DBCC CHECKDB ERROR

  • After creating several indexes on several tables on a different filegroup from the table data, I ran DBCC CHECKDB and got an 806 error.  What are my options after DBCC CHECKDB('<databasename>', REPAIR_WITH_DATA_LOSS)

    errored out again?

  • CheckDB will tell your which tablea and indexs in trouble. Try to drop the indexes, run dbcc checktable and recreate the indexes.

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

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