adplus-dvertising
frame-decoration

Question

Which of the following syntax is valid?

a.

SET SHOWPLAN_XML { ON | OFF }

b.

SET SHOWPLAN { ON | OFF }

c.

SET SHOW_XML { ON | OFF }

d.

None of the mentioned

Answer: (a).SET SHOWPLAN_XML { ON | OFF }

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following syntax is valid?

Similar Questions

Discover Related MCQs

Q. Point out the correct statement.

Q. ___________ displays the profile information for a statement.

Q. To produce execution plan output by using most Showplan Transact-SQL SET options, users must have _________

Q. Point out the wrong statement.

Q. The document containing the XML schema for the XML output by SET STATISTICS XML is located at ______________

Q. Which of the following is valid syntax for SET STATISTICS XML?

Q. __________ returns detailed information about how the statements are executed.

Q. The way that a statement can be physically executed is called _____________

Q. SET SHOWPLAN_TEXT is intended to return readable output for ________ utility.

Q. Setting the SORT_IN_TEMPDB option to ON can direct the SQL Server Database Engine to use ________ to store the intermediate sort results.

Q. Point out the correct statement.

Q. Which of the following rebuilds the IX_Employee_OrganizationLevel_OrganizationNode index with a fill factor of 80 on the HumanResources.Employee table?

Q. Which of the following guideline is considered during column design?

Q. Point out the wrong statement.

Q. By default, indexes are stored in the ______ filegroup as the base table on which the index is created.

Q. Specifying the order in which key values are stored in an index is useful when queries referencing the table have _____________

Q. Every table should have a ________ index defined on the column or columns.

Q. Which of the following option is immediately applied to the index by using the SET clause in the ALTER INDEX statement?

Q. Which of the following code snippet demonstrates ALTER statement with STATISTICS_NORECOMPUTE in ONLINE state?

Q. Which of the following query is used to enable a disabled index using CREATE INDEX?