Table Corrupt: Keys in %S_MSG should be in ascending order; check page number %ld
This error occurs when an index is not ordered correctly. The %S_MSG variable can be a data page (for clustered indexes), an index page, or a leaf page.
Follow these steps:
If the object with the error is a system table (its object ID is less than 100), you cannot drop the index. Restore the database from a known clean backup.
select name from sysindexes where indid = index_id and id = object_id
If problems persist, contact your primary support provider. Have the output from the appropriate DBCC statements available for review.