Article ID: 983516 - Last Review: August 25, 2010 - Revision: 2.0 FIX: A Deadlock occurs when two transactions try to perform a DML operation on a table that contains a TABLOCK locking hint or an XLOCK locking hint
On This PageSYMPTOMSConsider the following scenario in Microsoft SQL Server Compact 3.5:
CAUSEThis issue occurs because both transactions wait for one another for XLOCK. When the query gets compiled, both transactions obtain the shared lock on the table and then holds the lock for serializable isolation. When both transactions try to perform an execute, the query on the same table that contains an XLOCK locking hint, then both transactions wait for one another for XLOCK. Therefore, a deadlock occurs. Note This issue also occurs when both transactions perform a DML operation on the same table that contains a TABLOCK locking hint. RESOLUTIONSQL Server Compact 3.5 Service Pack 2The fix for this issue was first released in Cumulative Update 2. For more information about how to obtain this cumulative update package for SQL Server 2008 R2, click the following article number to view the article in the Microsoft Knowledge Base:2289547
(http://support.microsoft.com/kb/2289547/
)
Cumulative Update 2 for SQL Server Compact 3.5 Service Pack 2 STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. MORE INFORMATIONFor more information about Deadlock, visit the following Microsoft Developer Network (MSDN) website: Deadlock
(http://msdn.microsoft.com/en-us/library/ms172453.aspx)
For more information about DML, visit the following MSDN website:
DML
(http://msdn.microsoft.com/en-us/library/ms174439.aspx)
For more information about software update terminology, click the following article number to view the article in the Microsoft Knowledge Base:
824684
(http://support.microsoft.com/kb/824684/
)
Description of the standard terminology that is used to describe Microsoft software updates
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top