I have a situation where a clients DB has been marked 'SUSPECT'. It appears that their (ex)DBA failed to backup the DB properly. Everything that I have tried has failed to bring back the DB. Here is the error:
Unable to find row in Sysindexes for clustered index on system catalog 1 in database 6. This index should exist in all databases. Run DBCC CHECKTABLE on Sysindexes in the database.
01/04/19 11:21:09.69 spid12 Unable to proceed with the recovery of dbid <6> because of previous errors. Continuing with the next database.
This is the interesting output from DBCC:
Checking 8
The total number of data pages in this table is 2.
The number of data pages in Sysindexes for this table was 35. It has been corrected to 2.
The number of rows in Sysindexes for this table was 1150. It has been corrected to 38.
*** NOTICE: Space used on the log segment is 0.00 Mbytes, 0.00.
*** NOTICE: Space free on the log segment is 99.84 Mbytes, 100.00.
Table has 38 data rows.
Checking 9
Does anyone have any ideas about how to get this thing back? Any help would be greatly appreciated!!!
Thanks
Troy Marshall
Unable to find row in Sysindexes for clustered index on system catalog 1 in database 6. This index should exist in all databases. Run DBCC CHECKTABLE on Sysindexes in the database.
01/04/19 11:21:09.69 spid12 Unable to proceed with the recovery of dbid <6> because of previous errors. Continuing with the next database.
This is the interesting output from DBCC:
Checking 8
The total number of data pages in this table is 2.
The number of data pages in Sysindexes for this table was 35. It has been corrected to 2.
The number of rows in Sysindexes for this table was 1150. It has been corrected to 38.
*** NOTICE: Space used on the log segment is 0.00 Mbytes, 0.00.
*** NOTICE: Space free on the log segment is 99.84 Mbytes, 100.00.
Table has 38 data rows.
Checking 9
Does anyone have any ideas about how to get this thing back? Any help would be greatly appreciated!!!
Thanks
Troy Marshall