You have a database named DB1 that contains a table named Table1. Table1 has a non-clustered index named index1.
You discover that index1 is corrupt.
You need to repair index1.
Which statement should you execute?
Select an option, then click Submit answer.
-
○
DBCC CHECKDB ('db1', REPAIR_FAST)
-
○
ALTER INDEX indx1 ON table1 REBUILD WITH (ONLINE-ON)
-
○
ALTER INDEX index1 ON table1 REORGANIZE
-
○
DBCC CHECKDB ('db1', DATA_PURITY)