Interview Questions

Which index rebuild operation in SQL Server 2005 can be performed online?

Microsoft SQL Server FAQs


(Continued from previous question...)

Which index rebuild operation in SQL Server 2005 can be performed online?

Answer: Both of these can be online.

Explanation: Both of these options can be performed in an online manner. The REORGANIZE option is always online and you can specify ONLINE=ON for the REBUILD option.

(Continued on next question...)

Other Interview Questions