September 2010
Intermediate to advanced
1704 pages
111h 8m
English
Locking is handled automatically in SQL Server. The Lock Manager chooses the type of lock, based on the type of transaction (such as SELECT, INSERT, UPDATE, or DELETE). Lock Manager uses the following types of locks:
In addition to choosing the type of lock, the Lock Manager in SQL Server 2008 automatically adjusts the granularity of the locks (for example, row, page, table), based on the nature of the statement that is executed and the number of rows that are affected.
Read now
Unlock full access