Cannot drop tables

  • I need some help with an old SQL 6.5 database that I have inherited.

    There are 5 tables that are consuming quite a bit of space and are obsolete.

    When I go to drop these tables I get the following error

    "Error 1117 : Extent Chain for object 503138475 is not correctly linked"

    I have tried a dbcc dbreindex and a dbcc showcontig but to no avail.

    Anyone got any ideas

  • I think you need to run DBCC CHECKTABLE against those tables to see whether you receive any error message.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply