Select the product you need help with
FIX: The locks of a table are not escalated when you insert many rows into a table in SQL Server 2008 or in SQL Server 2008 R2Article ID: 2448971 - View products that this article applies to. On This PageSYMPTOMSConsider the following scenario:
CAUSEThis issue occurs because SQL Server does not internally count all the new locks that are generated by INSERT operations. Therefore, the lock escalation threshold might not be triggered when it is required. RESOLUTIONService pack information for SQL Server 2008To resolve this issue, obtain the latest service pack for SQL Server 2008.For more information, click the following article number to view the article in the Microsoft Knowledge Base: 968382
(http://support.microsoft.com/kb/968382 /
)
How to obtain the latest service pack for SQL Server 2008 Service pack information for SQL Server 2008 R2To resolve this problem, obtain the latest service pack for SQL Server 2008 R2. For more information, click the following article number to view the article in the Microsoft Knowledge Base:2527041
(http://support.microsoft.com/kb/2527041/
)
How to obtain the latest service pack for SQL Server 2008 R2STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in SQL Server 2008 Service Pack 2 for SQL Server 2008. This problem was first corrected in SQL Server 2008 R2 Service Pack 1 for SQL Server 2008 R2. MORE INFORMATIONFor more information about lock escalation, visit the following Microsoft TechNet website: General information about lock escalation To determine whether the locks of a table are escalated, run the following Transact-SQL statements:
(http://msdn.microsoft.com/en-us/library/ms184286%28SQL.100%29.aspx)
PropertiesArticle ID: 2448971 - Last Review: April 22, 2011 - Revision: 3.0 APPLIES TO
|


Back to the top








