Hello, All:
Our SQL Server 7 - based application started to receive Error 644 (Could not find the index entry for RID '%.*hs' in index page %S_PGID, index ID %d, database '%.*ls'. This error occurs when the nonclustered index indicated by the index ID is corrupt. The corruption is detected when a process tries to delete a nonexistent row) in different locations. DBCC checkdb with repair_rebuils fixes the problem, but the frequency of the error is suspicious.
What may to contribute to the index corruption?
Any hint would be greatly appreciated.
Thanks.
Andrei
Our SQL Server 7 - based application started to receive Error 644 (Could not find the index entry for RID '%.*hs' in index page %S_PGID, index ID %d, database '%.*ls'. This error occurs when the nonclustered index indicated by the index ID is corrupt. The corruption is detected when a process tries to delete a nonexistent row) in different locations. DBCC checkdb with repair_rebuils fixes the problem, but the frequency of the error is suspicious.
What may to contribute to the index corruption?
Any hint would be greatly appreciated.
Thanks.
Andrei