Article ID: 151116
Article Last Modified on 2/14/2005
APPLIES TO
- Microsoft SQL Server 6.0 Standard Edition
- Microsoft SQL Server 6.5 Standard Edition
This article was previously published under Q151116
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.
This article helps explain how many page locks will be acquired before
"lock escalation" occurs for a given set of run time configuration
values as defined by sp_configure.
Keywords: kbhowto kbusage KB151116