Database consistence issue

Hello All,
Not sure if anyone has had this issue before or any consultants willing to help us on this issue.

CHECKDB found 0 allocation errors and 30 consistency errors in table ‘Erp.ABTWork’ (object ID 120647773).
CHECKDB found 0 allocation errors and 30 consistency errors in database ‘Epicor10’.
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB (Epicor10).

thanks

Are you having problems from within the application? Generally Microsoft says the repair_allow_data_loss tool is a last resort tool. If you have a good backup they recommend restoring to that, however, if you aren’t having issues, most the time the consistency errors are due to orphan records, and can usually be safely repaired, however, sometimes it may involve deallocating a row, page, or series of pages to clear the errors. Any deallocated data is no longer accessible or recoverable for the user, so not something you wanna just fire off on without knowing. You can run this table on that specific table to get some better information. This is one of those, run at your own risk, kind of things.

Hi Mathis, Is it safe to delete all records from ABTwork in E10?