Suddenly in one database we have a lot of errors, it seams some things are
corrupted. I tried to start maintanance / database repair, but this fails
too.
When selecting in Query Analyzer a range of records from a table I get the
following message:
Location: p:\sql\ntdbms\s toreng\drs\incl ude\record.inl: 1447
Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
SPID: 68
Process ID: 1208
When I select the record that causes this error, the following error is
reported in Query Analyzer:
Could not find the index entry for RID '163748993200' in index page
(3:373352), index ID 0, database 'sal'.
In the log I see a lot of these messages:
Stack Signature for the dump is 0x&D179C48
Could not open FCD for invalid file ID 21761 in database'sal'
I/O error (bad page ID) detected during read at offset 0x00000b64d2000
How can this be fixed?
How can I rebuild the index for one table / check integrity of one table?
What kind of actions may caused this corruption (if it is corruption) ?
How can it be prevented?
I hope someone can help.
Regards,
Rene
corrupted. I tried to start maintanance / database repair, but this fails
too.
When selecting in Query Analyzer a range of records from a table I get the
following message:
Location: p:\sql\ntdbms\s toreng\drs\incl ude\record.inl: 1447
Expression: m_SizeRec > 0 && m_SizeRec <= MAXDATAROW
SPID: 68
Process ID: 1208
When I select the record that causes this error, the following error is
reported in Query Analyzer:
Could not find the index entry for RID '163748993200' in index page
(3:373352), index ID 0, database 'sal'.
In the log I see a lot of these messages:
Stack Signature for the dump is 0x&D179C48
Could not open FCD for invalid file ID 21761 in database'sal'
I/O error (bad page ID) detected during read at offset 0x00000b64d2000
How can this be fixed?
How can I rebuild the index for one table / check integrity of one table?
What kind of actions may caused this corruption (if it is corruption) ?
How can it be prevented?
I hope someone can help.
Regards,
Rene
Comment