Comments
3 comments
-
Hi @SEarle86,
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 -
Thanks Alex,
I wasn't aware of the uservoice page and have now raised a suggestion there
Thanks
Steve -
Hi Steve,
No worries, thanks for raising that!
Kind regards,
Alex
Add comment
Please sign in to leave a comment.
Is there a way I can get this information?