1.

Index page deallocation during a ________ operation is always fully logged.(a) DROP INDEX(b) CREATE INDEX(c) ALTER INDEX(d) None of the mentionedThe question was asked during a job interview.This interesting question is from Working With Transaction Log topic in section Performance Tuning and Optimization of SQL Server

Answer»

The correct answer is (a) DROP INDEX

Explanation: The DBCC DBREINDEX STATEMENT is deprecated so you should avoid using it in NEW APPLICATIONS.



Discussion

No Comment Found

Related InterviewSolutions