I have a couple of errors while running DBCC CHECKDB
Msg 8965, Level 16, State 1, Line 1
Table error: Object ID 530100929, index ID 1, partition ID 72057594062962688, alloc unit ID 72057594047168512 (type LOB data). The off-row data node at page (1:97527), slot 7, text ID 5329163255808 is referenced by page (1:104769), slot 12, but was not seen in the scan.
Msg 8929, Level 16, State 1, Line 1
Object ID 530100929, index ID 1, partition ID 72057594062962688, alloc unit ID 72057594121420800 (type In-row data): Errors found in off-row data with ID 5329163255808 owned by data record identified by RID = (1:496692:1)
unfortunatly there are no backups for a while (I took a backup and restored it to out of production)
I have ran DBCC updateusage(tempDPM) withno_infomsgs, then re-run DBCC CHECKDB and get the same pair of errors.
If I run
use tempDPM
select * from sys.objects where object_id in (530100929)
It does return a record, is there any way I can fix this without running a repair?