The information in this article applies to:
SUMMARY
Microsoft SQL Server versions 6.0 and 6.5 provide tunable lock escalation.
This means that when SQL Server has to use more page locks for executing a
single statement, it will automatically escalate to a table lock based on
the lock escalation configuration parameters.
MORE INFORMATION
The following is the decision tree which is used to determine when the
number of page locks held on a table should be escalated to a TABLE lock.
NOTES: In the algorithm discussed above, extent locks do not count toward the "lock escalation." Also, the above applies to individual statements and not to transactions. Additional query words:
Keywords : kbusage SSrvLock |
Last Reviewed: August 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |