How would you accomplish this task?

You work as a database developer at ABC.com. ABC has an in-house application named
ABCApp3 that runs a Transact-SQL query against a SQL Server 2012 database.
You want to run an execution plan against the query that will provide detailed information on
missing indexes.
How would you accomplish this task?

You work as a database developer at ABC.com. ABC has an in-house application named
ABCApp3 that runs a Transact-SQL query against a SQL Server 2012 database.
You want to run an execution plan against the query that will provide detailed information on
missing indexes.
How would you accomplish this task?

A.
You should make use of the READPAST hint in the queries.

B.
You should make use of the READCOMMITTED hint in the queries.

C.
You should make use of the SET SHOWPLAN_XML ON statement in the query.

D.
You should make use of the SET STATISTICS XML ON statement in the query.

E.
You should make use of the SET XACT_ABORT OFF statement in the query.

F.
You should make use of the SET CONTEXT_INFO statement in the query.

Explanation:



Leave a Reply 2

Your email address will not be published. Required fields are marked *