ADO.NET documentation shows the possibility of setting the transaction level for a SQL transaction to Chaos. It sounds unpleasant, but if the feature is there, presumably it has some legitimate use.

The SET TRANSACTION ISOLATION LEVEL command in BOL (ah! see, I can use google and BOL) nothing seems to be named "chaos" and ADO.NET does have 5 modes that match up nicely to documented levels in addition to "chaos"

What or who is this Chaos level for? (And why does it have an unfriendly name?)

Refs: The ADO.NET enum

link|improve this question
1  
Can you link to the relevant documentation that mentions a "chaos" isolation level? It might just be a scary name for READ UNCOMMITTED. – Nick Chammas Nov 28 '11 at 18:44
Added a ref to the enum – MatthewMartin Nov 28 '11 at 18:49
feedback

1 Answer

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.