A new transaction level included in SQL Server 2005 is the snapshot transaction level. Snapshot transactions allow for data consistency without blocking. A Snapshot transaction fits between a dirty read, Read Uncommitted, and the Read Committed level.
<< MORE >>