September 2007
Intermediate to advanced
448 pages
13h 52m
English
SQL Server locks resources to ensure the logical consistency of the database. Locking in SQL Server is not something that physically affects a data resource such as a row, page, table, or index: It is more like a reservation system that all tasks respect when they want to reserve some resource within the database. Excessive numbers of locks or locks of very long duration can lead to blocking and other problems, but locking by itself may present some issues.
You can determine the amount of memory that SQL Server is using for locks by monitoring the Lock Memory (KB) counter in the SQL Server:Memory Manager object in System Monitor (Perfmon). You can change the amount of memory that SQL Server ...
Read now
Unlock full access