Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
a_k_
Starting Member
23 Posts |
Posted - 2005-06-27 : 13:06:34
|
We found the following error 4 times in our SQL Server 2000 Service Pack 4 (SP4) log:Error: 644, Severity: 21, State: 3Could not find the index entry for RID '163030314f564d30353034200' in index page (1:40729731), index ID 0, database 'MyDB'..The last time it happened in the middle of the delete process, previous time during the reading process.We run checkDB and result is 162 consistency errors in database 'MyDB'. The errors are like that:Server: Msg 2511, Level 16, State 2, Line 1Table error: Object ID 1141579105, Index ID 0. Keys out of order on page (1:40729731), slots 14 and 15.Server: Msg 2512, Level 16, State 1, Line 1Table error: Object ID 1141579105, Index ID 0. Duplicate keys on page (1:40729731) slot 28 and page (1:40729731) slot 29.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 1141579105, Index ID 2. Keys out of order on page (1:41115503), slots 428 and 429.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 1141579105, Index ID 2. Keys out of order on page (1:41117738), slots 131 and 132.What we have to do? Will rebuilding indexes help or we have to do some additional steps? Can Dbcc dbrecover help?What may be the reason for the problem?Thank you for your help,a_k_ |
|
paulrandal
Yak with Vast SQL Skills
899 Posts |
Posted - 2005-06-27 : 13:20:16
|
quote: Originally posted by a_k_ We found the following error 4 times in our SQL Server 2000 Service Pack 4 (SP4) log:Error: 644, Severity: 21, State: 3Could not find the index entry for RID '163030314f564d30353034200' in index page (1:40729731), index ID 0, database 'MyDB'..The last time it happened in the middle of the delete process, previous time during the reading process.We run checkDB and result is 162 consistency errors in database 'MyDB'. The errors are like that:Server: Msg 2511, Level 16, State 2, Line 1Table error: Object ID 1141579105, Index ID 0. Keys out of order on page (1:40729731), slots 14 and 15.Server: Msg 2512, Level 16, State 1, Line 1Table error: Object ID 1141579105, Index ID 0. Duplicate keys on page (1:40729731) slot 28 and page (1:40729731) slot 29.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 1141579105, Index ID 2. Keys out of order on page (1:41115503), slots 428 and 429.Server: Msg 2511, Level 16, State 1, Line 1Table error: Object ID 1141579105, Index ID 2. Keys out of order on page (1:41117738), slots 131 and 132.What we have to do? Will rebuilding indexes help or we have to do some additional steps? Can Dbcc dbrecover help?What may be the reason for the problem?Thank you for your help,a_k_
I replied in the General forum - please continue this conversation there. Thanks.Paul RandalDev Lead, Microsoft SQL Server Storage Engine |
|
|
|
|
|
|
|