Index corruption on table update

  • I'm having problems with a non-clustered index.

    When I update a table based on a join query (between itself and another one), the non-clustered index of this updated table gets corrupted and no more updates are allowed. Have anyone seen this problem? Does it have a known solution?

    Thanks.

     

  • Recommend you to do DBCC UPDATEUSAGE on the indexes of the Table .This will ensure that all corrupt/discrepant indexes are fixed.

    Hope this will resolve your problem


    Kindest Regards,

    Sureshkumar Ramakrishnan

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

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