I get the below message block when I use Query Analyzer to alter stored procedure spCommon_OTCList_IDString.
Server: Msg 644, Level 21, State 3, Procedure spCommon_OTCList_IDString, Line 100
Could not find the index entry for RID '167a662d18100' in index page (1:698), index ID 0, database 'HiLine_Restored'.
ODBC: Msg 0, Level 16, State 1
Communication link failure
ODBC: Msg 0, Level 16, State 1
Communication link failure
Connection Broken
---------------------------------
If I try to drop the procedure, I get:
Server: Msg 644, Level 21, State 3, Line 1
Could not find the index entry for RID '167a662d18100' in index page (1:698), index ID 0, database 'HiLine_Restored'.
Connection Broken
-------------------------------------
If I try to create the procedure, I get:
Server: Msg 2714, Level 16, State 5, Procedure spCommon_OTCList_IDString, Line 100
There is already an object named 'spCommon_OTCList_IDString' in the database.
--------------------------------------
I have tried DBCC CHECKDB, and get the below:
Server: Msg 7995, Level 16, State 1, Line 1
Database 'HiLine_Restored' consistency errors in sysobjects, sysindexes, syscolumns, or systypes prevent further CHECKDB processing.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
----------------------------------------
If I try DBCC CHECKDB WITH PHYSICAL_ONLY, it runs, but finds no errors.
Does anyone have suggestions on how to fix this ?? The problem has existed on the customer's DB for at least 2 weeks, probably a good deal longer, so .... restoring from backup is not a good solution.
Server: Msg 644, Level 21, State 3, Procedure spCommon_OTCList_IDString, Line 100
Could not find the index entry for RID '167a662d18100' in index page (1:698), index ID 0, database 'HiLine_Restored'.
ODBC: Msg 0, Level 16, State 1
Communication link failure
ODBC: Msg 0, Level 16, State 1
Communication link failure
Connection Broken
---------------------------------
If I try to drop the procedure, I get:
Server: Msg 644, Level 21, State 3, Line 1
Could not find the index entry for RID '167a662d18100' in index page (1:698), index ID 0, database 'HiLine_Restored'.
Connection Broken
-------------------------------------
If I try to create the procedure, I get:
Server: Msg 2714, Level 16, State 5, Procedure spCommon_OTCList_IDString, Line 100
There is already an object named 'spCommon_OTCList_IDString' in the database.
--------------------------------------
I have tried DBCC CHECKDB, and get the below:
Server: Msg 7995, Level 16, State 1, Line 1
Database 'HiLine_Restored' consistency errors in sysobjects, sysindexes, syscolumns, or systypes prevent further CHECKDB processing.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
----------------------------------------
If I try DBCC CHECKDB WITH PHYSICAL_ONLY, it runs, but finds no errors.
Does anyone have suggestions on how to fix this ?? The problem has existed on the customer's DB for at least 2 weeks, probably a good deal longer, so .... restoring from backup is not a good solution.