Table Corrupt: Extent id %Id on allocation pg# %Id had object id %Id (object name = %.*s) on but used bit off
This error occurs when DBCC CHECKALLOC has found an extent with object information in the structure, even though the extent has been marked as unused. Space is allocated to objects in a database based on the extent structure, which contains 8 2K pages. An extent structure manages each of these 2K pages, indicating whether they are used by the object referenced in the extent structure. When all the pages are not being used, the extent is deallocated, which results in the removal of any references to an object in the database and the extent itself being marked as unused.
Note Occasionally, DBCC CHECKALLOC reports this error when no real error condition exists. Run DBCC CHECKALLOC in single-user mode if you suspect the 2544 error is incorrect.
Follow these steps:
If the problem persists, contact your primary support provider. Have the output from the appropriate DBCC statements available for review.