Quantcast
Channel: SQLServerCentral » SQL Server 2008 » Data Corruption (SS2K8 / SS2K8 R2) » Latest topics
Viewing all articles
Browse latest Browse all 223

DBCC error message

$
0
0
One of our databases is reporting the following errors when I run DBCC CHECKDB:Object ID 773577794, index ID 1, partition ID 72057594040156160, alloc unit ID 72057594041729024 (type In-row data): Page (1:31189) could not be processed. See other errors for details.Table error: Object ID 773577794, index ID 1, partition ID 72057594040156160, alloc unit ID 72057594041729024 (type In-row data), page (1:31189). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 381814793 and -4.CHECKDB found 0 allocation errors and 2 consistency errors in table 'Address' (object ID 773577794).SQL Server is specifying that I should use repair_allow_data_loss to fix the issue. I have read Gail's [url=http://www.sqlservercentral.com/articles/Corruption/65804/]article[/url] about fixing corrupt databases so I think there is maybe some incorrect data in one of the columns.Is there anything else I can do to try and pinpoint this?The table is quite large so I don't really fancy trawlling through all the records. If there is any other information I can provide to help let me know.Thanks in advance

Viewing all articles
Browse latest Browse all 223

Trending Articles