Hi Friends
I want to know about Explain different isolation levels in SQL ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Aug 30, 2012, 7:33 AM
There are four type of isolation level in SQL
- Read uncommitted
- Read committed
- Repeatable read
- Serializable
more details Please refer...http://msdn.microsoft.com/en-us/library/aa213034%28v=sql.80%29.aspx