Database Isolation Change
hi friends,
i want change database isolation read uncommitted in sql server 2008 r2, can tell me exact process , how should can achieve this?
thanks
subhash
have verified application (and users) ok return incorrect data, , commands fail error messages?
such consequences of using dirty reads. using dirty reads *not* taken lightly.
still, there no server or database option default dirty reads.
there is, however, 1 option change behaviour of read committed, , read-committed_snapshot. if set on, versioning. don't read dirty data, latest committed value. bottom line reader not have wait fro writers release exclusive locks. suggest investigate this, , see if usable in situation.
SQL Server > SQL Server Data Access
Comments
Post a Comment