Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Optimizing a query
Message
 
 
To
09/09/2008 14:59:26
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 6.5 and older
Miscellaneous
Thread ID:
01345942
Message ID:
01346304
Views:
9
>>See this topic in BOL
>>"Adjusting Transaction Isolation Levels". So it looks like you can set it in SQL Server only through T-SQL (no option in SSMS) or you can set it from ADO.NET It doesn't say if you can get it from there, but perhaps you can try.
>
>Setting it shouldn't be a problem. But, I need to know the current setting in order to avoid testing again assuming that the setting we would change would have been in reality the previous setting.

I asked this question on another forum and the answer is very simple.

Try this query
DBCC USEROPTIONS
GO

The last record shows the transaction isolation level.

http://forums.asp.net/p/1317697/2612571.aspx#2612571
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform