One of our databases is giving this error:DBCC CHECKDB (MyDb) WITH NO_INFOMSGS, ALL_ERRORMSGSMsg 8914, Level 16, State 1, Line 1Incorrect PFS free space information for page (1:218) in object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data). Expected value 0_PCT_FULL, actual value 100_PCT_FULL.Msg 8914, Level 16, State 1, Line 1Incorrect PFS free space information for page (1:219) in object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data). Expected value 0_PCT_FULL, actual value 100_PCT_FULL.Msg 8914, Level 16, State 1, Line 1Incorrect PFS free space information for page (1:220) in object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data). Expected value 0_PCT_FULL, actual value 100_PCT_FULL.Msg 8914, Level 16, State 1, Line 1Incorrect PFS free space information for page (1:221) in object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data). Expected value 0_PCT_FULL, actual value 100_PCT_FULL.CHECKDB found 0 allocation errors and 4 consistency errors in table 'sys.sysobjvalues' (object ID 60).CHECKDB found 0 allocation errors and 4 consistency errors in database 'MyDb'.repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (MyDb).
The system seem to work fine, we're not getting any errors. I'm really reluctant to run repair_allow_data_loss because this one is a very critical database. I appreciate any advice on this.Using Microsoft SQL Server 2008 (SP2) - 10.0.4279.0 (X64) Mar 10 2011 15:03:15 Copyright (c) 1988-2008 Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.0 <X64> (Build 6001: Service Pack 1)Database was 2005, converted to 2008 on new installation.