Problem
Queuing jobs fails. This error is occurs in every project when trying to queue new jobs.

Resolution
This issue occurs when the transactions in SSMS have not been committed.
select @@trancount
will show if there are any uncommitted transaction.
Comments
0 comments
Please sign in to leave a comment.