The information in this article applies to:
BUG# NT: 9185 (4.21a) SYMPTOMS
If a deadlock condition is proceeded by a level 0 error, such as a SQL
Syntax error, then any temporary tables associated with that connection can
be left stranded in tempdb. In addition, error 801 sev 20 can also
accompany the deadlock.
WORKAROUNDTo workaround this problem reduce the chance of deadlocks in a system. Deadlocks can be reduced by eliminating bottle necks in tables where data contention can arise. In addition, if any unnecessary actions that cause level 0 errors can be eliminated, such as dropping a table that does exist, the problem will not occur. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 4.21a. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONDuring the normal running of SQL Server, deadlock conditions can arise, and normally cause no problem to any other process except the chosen deadlock victim. However, if the deadlock victim has a temporary table associated with it, and a level 0 error occur shortly before the deadlock, the associated temporary table can be left stranded in tempdb. This stranded table will not be dropped from tempdb until SQL Server is shutdown and restarted. Additional query words: Windows NT
Keywords : kbother kbbug4.21a SSrvWinNT |
Last Reviewed: April 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |