adplus-dvertising
frame-decoration

Question

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

a.

SET STATISTICS XML { OFF }

b.

SET STATISTICS XML { ON | OFF }

c.

SET STATISTICS XML { ON }

d.

All of the mentioned

Answer: (d).All of the mentioned

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 is valid syntax for SET STATISTICS XML?

Similar Questions

Discover Related MCQs

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?

Q. Point out the correct statement.

Q. Which of the following query enables the IX_Employee_OrganizationLevel_OrganizationNode index on the Employee table?

Q. Which of the following query can enable all indexes on Employee table?

Q. Point out the wrong statement.

Q. Which of the following query disables all the indexes on Employee table?

Q. Which of the following index operations require no additional disk space?