1.

To produce execution plan output by using most Showplan Transact-SQL SET options, users must have _________(a) SHOW SHOWPLAN(b) SHOW PLAN(c) SHOWPLAN(d) None of the mentionedThis question was addressed to me during an online interview.Query is from Query Execution Plan topic in chapter Performance Tuning and Optimization of SQL Server

Answer»

The correct CHOICE is (C) SHOWPLAN

Best explanation: The SHOWPLAN permission on the databases that contain OBJECTS REFERRED to in the Transact-SQL statement, such as views, stored procedures, or user-defined functions.



Discussion

No Comment Found

Related InterviewSolutions