Quantcast
Channel: Answers for "Rebuild Index Problem"
Browsing all 10 articles
Browse latest View live

Answer by Magnus Ahlkvist

Run a DBCC CHECKDB and see if there are inconsistencies and/or other errors in the database.

View Article


Answer by Amardeep

I agree with Margnus, for check corruption you can also run DBCC CHECKTABLE for table on which you are trying to rebuild index also you can try to drop and recreate index.

View Article


Answer by Srishiva

;lkasjd;ipoh;lik;lk

View Article

Answer by Håkan Winther

I agree with Magnus, run DBCC CHECKDB. You can also try to use CREATE INDEX and specify the option DROP_EXISTING=ON if it's not the clustered index. If you have corruption in a regular index (not the...

View Article

Answer by Blackhawk-17

You could also try running it with ONLINE = OFF.

View Article


Answer by Magnus Ahlkvist

Run a DBCC CHECKDB and see if there are inconsistencies and/or other errors in the database.

View Article

Answer by Amardeep

I agree with Margnus, for check corruption you can also run DBCC CHECKTABLE for table on which you are trying to rebuild index also you can try to drop and recreate index.

View Article

Answer by Srishiva

;lkasjd;ipoh;lik;lk

View Article


Answer by Håkan Winther

I agree with Magnus, run DBCC CHECKDB. You can also try to use CREATE INDEX and specify the option DROP_EXISTING=ON if it's not the clustered index. If you have corruption in a regular index (not the...

View Article


Answer by Blackhawk-17

You could also try running it with ONLINE = OFF.

View Article
Browsing all 10 articles
Browse latest View live