Checking for a transaction isolation level in SQL Server Profiler
0
Q:
Checking for a transaction isolation level in SQL Server Profiler
How could I check if a transaction isolation level is being used for a LINQ to a SQL statement in SQL Server Profiler?
ASKED: Sep 19 2008  4:41 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
46795 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Look for the "SET TRANSACTION ISOLATION LEVEL" command in the profiler trace.
Last Answered: Sep 19 2008  6:11 PM GMT by Mrdenny   46795 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0