Google
Google Interview Questions | SQL Server Software | Microsoft SQL Server Books | Contact Me | Pro SQL server 2005 (Apress)
Top 10 Articles | Add Yourself To My Frappr Map | Ken Henderson Interview | Louis Davidson Interview

Monday, May 29, 2006

Chaos Isolation Level In SQL Server

The other day I posted SQL Server Teaser: Isolation Level
So either no one reads this blog or no one knew he answer, or maybe you are too shy to make a comment
Anyway the answer is Chaos and you can find it in DTS, when you right click in the DTS designer then select Package Properties and after that click on the Advanced tab.
you can select it from the Transaction Isolation dropdown (see pic)

2 Comments:

Anonymous eckes said...

Just if anybody wants to know:

http://www.databasejournal.com/features/mssql/article.php/3327681

# "Chaos" - like "Read Uncommitted," permits viewing uncommitted changes, but without holding update locks until the end of transaction. Due to its lack of support on the SQL Server platform and inability to roll back, it is rarely used.

PS: this is a manual trackback :)

4:43 PM  
Blogger SQL said...

I must admit that I have never used Chaos in any of my DTS packages
Still a niece piece of SQL Server trivia

12:30 PM  

Post a Comment

<< Home