Question : checking what is TRANSACTION ISOLATION LEVEL right now

what is the tSQL code to check what is the TRANSACTION ISOLATION LEVEL of the current session?

thanks

Answer : checking what is TRANSACTION ISOLATION LEVEL right now

I found this info:
http://msdn.microsoft.com/en-us/library/ms180065.aspx
Last record will give you transaction isolation level of the current connection.
1:
DBCC USEROPTIONS
Random Solutions  
 
programming4us programming4us