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.

 All Forums
 General SQL Server Forums
 Data Corruption Issues
 Page Consistency Errors

Author  Topic 

dataczar
Starting Member

18 Posts

Posted - 2014-01-22 : 10:19:27
Can someone let me know if these errors returned from CHECKDB can be repaired.

Msg 8939, Level 16, State 98, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 0 (type Unknown), page (3:2580902). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 133129 and -6.
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580903) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479577).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580920) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479594).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580921) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479595).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580922) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479596).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580923) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479597).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580924) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479598).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580925) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479599).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580926) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479600).
Msg 8909, Level 16, State 1, Line 2
Table error: Object ID 0, index ID -1, partition ID 0, alloc unit ID 72057594169262080 (type Unknown), page ID (3:2580927) contains an incorrect page ID in its page header. The PageId in the page header = (1:3479601).
CHECKDB found 0 allocation errors and 10 consistency errors not associated with any single object.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580902) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580903) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580920) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580921) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580922) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580923) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580924) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580925) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580926) could not be processed. See other errors for details.
Msg 8928, Level 16, State 1, Line 2
Object ID 288720081, index ID 0, partition ID 72057594092584960, alloc unit ID 72057594099531776 (type In-row data): Page (3:2580927) could not be processed. See other errors for details.
CHECKDB found 0 allocation errors and 10 consistency errors in table 'hsi.transactionxlog' (object ID 288720081).
CHECKDB found 0 allocation errors and 20 consistency errors in database 'OBServer'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (OBServer).

pearlpet26
Starting Member

4 Posts

Posted - 2014-01-29 : 04:56:42
Yes, using Kernel for SQL Recovery Software your can repair your damaged SQL Server Database instantly. Go to unspammed to know more about SQL repair tool and download the demo application.
Go to Top of Page

elliswhite
Starting Member

36 Posts

Posted - 2014-05-01 : 06:46:14
If you have a recent backup then restore it otherwise you can get help from database recovery tool.
Go to Top of Page
   

- Advertisement -