Reputation: 5976
I have a SQL Process that is being blocked by a non-existing session_id, as per this screenshot:
See the blocking_session_id is -2. But there is no such session in the list of sql sessions!
Any advice as to what is going on here? How do I identify the blocker?
Upvotes: 0
Views: 784
Reputation: 32707
The documentation says that a blocking_session_id of -2 means:
The blocking resource is owned by an orphaned distributed transaction.
Upvotes: 1