FIX: DELETE Results in 8908 Error Message When You Use a Parallel Plan
This article was previously published under Q275593
BUG #: 58405 (SQLBUG_70)
SYMPTOMS
A DELETE statement with a subquery fails with this error message
Server: Msg 8908, Level 22, State 6, Line 4
If all these conditions are true:
Table Corrupt: Database ID 10, object ID 165575628, index ID 0. Chain linkage mismatch. (1:19776)->next = (1:19765), but (1:19765)->prev = (1:20614).
WORKAROUND
To work around this behavior, use one of these methods:
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 274799 (http://support.microsoft.com/kb/274799/) INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
| Article Translations
|

Back to the top
