What should you do?

You are developing a database application by using Microsoft SQL Server 2012.

An application that uses a database begins to run slowly.

Your investigation shows the root cause is a query against a read-only table that has a clustered index.

The query returns the following six columns:

• One column in its WHERE clause contained in a non-clustered index

• Four additional columns

• One COUNT (*) column based on a grouping of the four additional columns

You need to optimize the statement.

What should you do?
A . Add a HASH hint to the query.
B . Add a LOOP hint to the query.
C . Add a FORCESEEK hint to the query.
D . Add an INCLUDE clause to the index.
E . Add a FORCESCAN hint to the Attach query.
F . Add a columnstore index to cover the query.
G . Enable the optimize for ad hoc workloads option.
H . Cover the unique clustered index with a columnstore index.
. Include a SET FORCEPLAN ON statement before you run the query.
. Include a SET STATISTICS PROFILE ON statement before you run the query.
. Include a SET STATISTICS SHOWPLAN_XML ON statement before you run the query.
. Include a SET TRANSACTION ISOLATION LEVEL REPEATABLE READ statement before you run the query.
. Include a SET TRANSACTION ISOLATION LEVEL SNAPSHOT statement before you run the query.
. Include a SET TRANSACTION ISOLATION LEVEL SERIALIZABLE statement before you run the query.

Answer: F

Latest 70-461 Dumps Valid Version with 232 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments