How to move Jobs which are set to Ready2EXE=True from one Job Queue to another Job Queue.

How to move Jobs which are set to Ready2EXE=True from one Job Queue to another Job Queue.

Parents Reply
  • There is a trigger on dbo.JobQueue that is blocking you from doing this. (QBM_TUJobQueue) You would have to temporary disable this trigger to execute your statement (maybe do it in a single transaction or use emergency stop for DB Queue & Job Queue).

    But I am not able to tell you which side impacts disabling this trigger could have.

Children