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 |
DBA007
Posting Yak Master
145 Posts |
Posted - 2010-07-20 : 05:51:14
|
My ProdDBIntegrity job failed with the below errorMessageExecuted as user: one\SQLADMIN. ...48256, alloc unit ID 57266813337600 (type In-row data): Page (1:175852) could not be processed. See other errors for details. [SQLSTATE 42000] (Error 8928) Table error: Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 57266813337600 (type In-row data). Page (1:175853) is missing a reference from previous page (1:175852). Possible chain linkage problem. [SQLSTATE 42000] (Error 8978) Table error: Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 338741790048256 (type In-row data). Page (1:175852) was not seen in the scan although its parent (1:175747) and previous (1:175851) refer to it. Check any previous errors. [SQLSTATE 42000] (Error 8976) Table error: Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 338741790048256 (type In-row data), page (1:175852), row 40. Test (ColumnOffsets + (int)sizeof (UINT16) <= (nextRec - pRec)) failed. Values are 174 and 172. [SQLST... The step failed. |
|
DBA007
Posting Yak Master
145 Posts |
Posted - 2010-07-20 : 07:18:16
|
I got below error when I ran DBCC on one of the DB this is a prodserver and i cant run repair_allow_data_loss,please shed some light on this.Msg 8928, Level 16, State 1, Line 1Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 57266813337600 (type In-row data): Page (1:175852) could not be processed. See other errors for details.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 57266813337600 (type In-row data). Page (1:175853) is missing a reference from previous page (1:175852). Possible chain linkage problem.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 338741790048256 (type In-row data). Page (1:175852) was not seen in the scan although its parent (1:175747) and previous (1:175851) refer to it. Check any previous errors.Msg 8944, Level 16, State 24, Line 1Table error: Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 338741790048256 (type In-row data), page (1:175852), row 40. Test (ColumnOffsets + (int)sizeof (UINT16) <= (nextRec - pRec)) failed. Values are 174 and 172.Msg 8944, Level 16, State 24, Line 1Table error: Object ID 873822225, index ID 1, partition ID 338741790048256, alloc unit ID 338741790048256 (type In-row data), page (1:175852), row 40. Test (ColumnOffsets + (int)sizeof (UINT16) <= (nextRec - pRec)) failed. Values are 174 and 172.CHECKDB found 0 allocation errors and 5 consistency errors in table 'tblone' (object ID 873822225).CHECKDB found 0 allocation errors and 5 consistency errors in database 'two'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (two). |
|
|
|
|
|
|
|