Microsoft® SQL Server™ 2005 Administrator's Companion
by Edward Whalen, Marcilina Garcia, Burzin Patel, Stacia Misner, Victor Isakov
Isolation Levels
SQL Server 2005 supports five isolation levels that affect the way locking behavior for read operations is handled. There is one new isolation level and one new option to an existing isolation level for SQL Server 2005 that are intended to enhance concurrency for online transaction processing (OLTP) applications: snapshot isolation and read committed snapshot. These depend on a new feature called row versioning that can be used to avoid reader-writer blocking scenarios.
The transaction isolation level determines the level at which a transaction is allowed to read inconsistent data—that is, the degree to which one transaction is isolated from another. A higher isolation level increases data accuracy, but it can reduce the number ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access