Tutorial by Topics: isolation

SET TRANSACTION ISOLATION LEVEL { READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SNAPSHOT | SERIALIZABLE } [ ; ] MSDN Reference: SET TRANSACTION ISOLATION LEVEL
I found this link - it's useful as a reference: "Isolation Levels"

Page 1 of 1