Retrieving Transaction Isolation levels in blocked process reports
SEarle86
Posts: 21 Bronze 1
There are two methods I have been using to understand blocking situations on our servers:
Is there a way I can get this information?
- The processes tab in the Blocking Process alert
- The blocking processes section in the server overview
Is there a way I can get this information?
Tagged:
Answers
There isn't a specific mechanism to see the transaction isolation level. This documentation page goes over some scenarios that give indications of which are set based on the behaviour. Beyond that, you can see the default Transaction Isolation level for the database by using DBCC USEROPTIONS; or, if it is set in the query batch that is blocking or being blocked (i.e. between the GO statements), then it should be shown in the SQL Fragment, otherwise there is not a way to see this in SQL Monitor I'm afraid.
I would suggest raising a SQL Monitor Uservoice suggestion.
Kind regards,
Alex
Have you visited our Help Center?
I wasn't aware of the uservoice page and have now raised a suggestion there
Thanks
Steve
No worries, thanks for raising that!
Kind regards,
Alex
Have you visited our Help Center?