When I try to drop an index on a particular table or try to drop the table itself I get the error:
IAM page (56:6016902) for object ID 821838240 is incorrect. The table ID on page is 273592213; should be 821838240. The entry in sysindexes may be incorrect or the IAM page may contain an error.
When I run a dbcc checktable on this table it just seems to run forever (over three hours before I killed it). How do I resolve this problem? Any ideas?
IAM page (56:6016902) for object ID 821838240 is incorrect. The table ID on page is 273592213; should be 821838240. The entry in sysindexes may be incorrect or the IAM page may contain an error.
When I run a dbcc checktable on this table it just seems to run forever (over three hours before I killed it). How do I resolve this problem? Any ideas?