FIX: Error 2610 on Insert into Table with Multiple IndexesLast reviewed: June 27, 1997Article ID: Q164576 |
The information in this article applies to:
SYMPTOMSIf you use "INSERT INTO <table> SELECT <select statement>" to add rows to a table that has a non-unique clustered index and at least one non- clustered index, you may encounter the following error:
Msg 2610, Level 22, State 1 Could not find leaf row in nonclustered index'%.*s' that corresponds to data row from logical data page %Id, row offset %d during update index attempt after data page split.After this error occurs, the connection to SQL Server is broken.
WORKAROUNDTo work around this problem, do any one of the following:
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. |
Keywords : kbusage SSrvGen kbbug6.5
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |