Quantcast
Channel: SQL Server Migration forum
Viewing all articles
Browse latest Browse all 1700

DBCC Checkdb getting failed after database was migrated from SQL 2005 to SQL 2008 R2

$
0
0

We have Solarwind database running on SQL 2008 R2. This database was initially running on SQL 2005 was migrated to SQL 2008 R2.

We have weekly maintenance plan which check databases integrity and is getting failed with below error:

Executing the query "DBCC CHECKDB(N'SolarWind_NPM')  WITH NO_INFOMSGS
" failed with the following error: "Table error: Object ID 1012198656, index ID 1, partition ID 72057594170900480, alloc unit ID 72057594047365120 (type LOB data). The off-row data node at page (1:116924), slot 0, text ID 404196336336896 does not match its reference from page (1:804256), slot 14.
Table error: Object ID 1012198656, index ID 1, partition ID 72057594170900480, alloc unit ID 72057594047365120 (type LOB data). The off-row data node at page (1:116925), slot 0, text ID 404196336336896 does not match its reference from page (1:804256), slot 14.
Table error: Object ID 1012198656, index ID 1, partition ID 72057594170900480, alloc unit ID 72057594047365120 (type LOB data). The off-row data node at page (1:116926), slot 0, text ID 404196336336896 does not match its reference from page (1:804256), slot 14.
Table error: Object ID 1012198656, index ID 1, partition ID 72057594170900480, alloc unit ID 72057594047365120 (type LOB data). The off-row data node at page (1:116927), slot 0, text ID 404196336402432 does not match its reference from page (1:290204), slot 7.
Table error: Object ID 1012198656, index ID 1, partition ID 72057594170900480, alloc unit ID 72057594047365120 (type LOB data). The off-row data node at page (1:635456), slot 5, text ID 404196336336896 does not match its reference from page (1:804256), slot 14.
Object ID 1012198656, index ID 1, partition ID 72057594170900480, alloc unit ID 72057594193248256 (type In-row data): Errors found in off-row data with ID 122721359691776 owned by data record identified by RID = (1:290204:7)
Object ID 1012198656, index ID 1, partition ID 72057594170900480, alloc unit ID 72057594193248256 (type In-row data): Errors found in off-row data with ID 122721359626240 owned by data record identified by RID = (1:804256:14)
CHECKDB found 0 allocation errors and 7 consistency errors in table 'MapStudioFiles' (object ID 1012198656).
CHECKDB found 0 allocation errors and 7 consistency errors in database 'SolarWind_NPM'.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (SolarWind_NPM).". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

We repaired database with checkdb repair with data loss and no error was reported when executed dbcc checkdb. But issue was again reported in next schedule of job.

Everything is running fine from application end. Not sure what is exact issue. Need assistance !!!

Is it due to compatibility issue or its is a bug ??


Viewing all articles
Browse latest Browse all 1700

Trending Articles