I am using Sql server 2005 and sharepoint 2007 into cluster envirnoment. After DBCC checkdb notice that Dbo.Objects table corrupted at sharepoint_config database.Error is as below
DBCC results for 'Objects'.
Msg 4514, Level 96, State 1, Line 88
Incorrect PFS free space information for page (1:3756) in object ID 53575229, index ID 1, partition ID 72057594044809216, alloc unit ID 72057594043695104 (type LOB data). Expected value 80_PCT_FULL, actual value 95_PCT_FULL.
Msg 8979, Level 16, State 1, Line 1
Table error: Object ID 53575229, index ID 1, partition ID 72057594064809216, alloc unit ID 72057594049596736 (type In-row data). Page (1:3555s (page (1:3862)) nodes. Possible bad root entry in system catalog.
There are 333 rows in 444 pages for object "Objects".
CHECKTABLE found 0 allocation errors and 2 consistency errors in table 'Objects' (object ID 53575229).
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKTABLE (SharePoint_Config.dbo.Objects).
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
can you please help how to repair corrup object with no data loss and no risk to envirnoment.
Do we need downtime for it.
Thnaku for your support in advance.
↧