1.

Point out the wrong statement.(a) SET SHOWPLAN_XML can be specified inside a stored procedure(b) SET SHOWPLAN_XML returns information as a set of XML documents(c) SET SHOWPLAN_XML is intended to return output as nvarchar(max) for applications such as the sqlcmd utility(d) All of the mentionedThe question was asked in final exam.My question is based upon Query Execution Plan in section Performance Tuning and Optimization of SQL Server

Answer» CORRECT choice is (a) SET SHOWPLAN_XML can be specified inside a STORED procedure

For explanation I WOULD say: It MUST be the only statement in a BATCH.


Discussion

No Comment Found

Related InterviewSolutions