If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > mixing isolation levels

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-06-11, 14:03
jhx jhx is offline
Registered User
 
Join Date: Jul 2003
Posts: 7
mixing isolation levels

folks, quick question: how messed up is it to mix isolation levels in a single system. I'm seeing a scenario where every ExecuteNonQuery type activity is using an isolation level of Read Uncommitted whereas every normal DataReader type activity uses Read Committed.

The ExecuteNonQuery activity can include calls to stored procedures that will read multiple tables and update mostly 1 or 2.

Thanks.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On