Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transaction Isolation
Message
From
17/08/2007 16:41:19
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Transaction Isolation
Miscellaneous
Thread ID:
01248883
Message ID:
01248883
Views:
73
Are T-SQL SELECT statements outside of transaction grouping (BEGIN / COMMIT) affected in any way by the current value of SET TRANSACTION ISOLATION LEVEL?

There is some discussion (heated debate?) that all stored procedures used for reporting only should include the statement:

-- SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED

Some maintain that there is no effect at all unless the SET is followed by a BEGIN / COMMIT transaction pair.

Others feel that the effect of 'READ UNCOMMITTED' in a read-only transaction is the same as a naked 'SELECT' with no SET or BEGIN / COMMIT.

Finally, a few feel that including the SET...UNCOMMITTED statement for stored procedures used for reporting is the 'only way to go'
Next
Reply
Map
View

Click here to load this message in the networking platform