How to drop corrupt table in sql server 2000

  • Hi,

    Can anyone tell how to drop a coorupt table in sql server 2000?

    Thanks

    Sunil

  • Hello,

    Did you already run a DBCC CHECKTABLE on the corrupt table?

    Are there any dependencies on the table that need to be dropped first?

    Assuming not, then what error do you get when you execute the Drop Table command?

    Regards,

    John Marsh

    www.sql.lu
    SQL Server Luxembourg User Group

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

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