Table Corrupt: Keys do not match between leaf page %ld and data page %ld; check row # %d on the data page
This error indicates that an index is not consistent with the table data that it represents.
Use the following procedure:
If the object with the error is not a system table (its object ID is 100 or greater), continue to the next step.
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.