Table Corrupt: Extent structures are linked incorrectly; check the following extent: alloc pg#=%ld extent#=%ld previous extent# on this extent=%ld previous extent should be=%ld
DBCC CHECKALLOC detected a break in the chain of allocation structures (extents) for a particular object. SQL Server references an object's extents only when allocating or deallocating space for that object, so this error does not affect queries against the data. However, any operations that require allocating or deallocating space might fail at run time.
Follow these steps:
If the object ID is greater than 100, the error is on a user table.
If the problem persists, contact your primary support provider. Have the output from the appropriate DBCC statements available for review.