BUG: DBCC SHOWCONTIG Against Invalid Index ID Raises Msg 602ID: Q196770
|
If an invalid (non-existent) index ID is specified as input to DBCC
SHOWCONTIG, a Msg 602 occurs and the client connection to SQL Server is
broken:
Msg 602, Level 21, State 13, Server SQLSRV1, Procedure , Line 1
[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find row in
sysindexes for database ID 5, object ID 117575457,
index ID 3. Run DBCC CHECKTABLE on sysindexes.
Connection Broken
To successfully run DBCC SHOWCONTIG, resubmit the command with a valid index ID.
Microsoft has confirmed this to be a problem in SQL Server version 7.0.
Additional query words: prodsql connection broken
Keywords : kbbug7.00
Version : WINNT:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: April 21, 1999