PrepAway - Latest Free Exam Questions & Answers

You need to ensure that throughout the transaction the data maintains the original version

You are developing a database application by using Microsoft SQL Server 2012.
An application that uses a database begins to run slowly.
You discover that during reads, the transaction experiences blocking from concurrent
updates.
You need to ensure that throughout the transaction the data maintains the original version.
What should you do?

PrepAway - Latest Free Exam Questions & Answers

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.

I.
Include a SET FORCEPLAN ON statement before you run the query.

J.
Include a SET STATISTICS PROFILE ON statement before you run the query.
K.
Include a SET STATISTICS SHOWPLAN_XML ON statement before you run the query.
L.
Include a SET TRANSACTION ISOLATION LEVEL REPEATABLE READ statement
before you run the query.
M.
Include a SET TRANSACTION ISOLATION LEVEL SNAPSHOT statement before you
run the query.
N.
Include a SET TRANSACTION ISOLATION LEVEL SERIALIZABLE statement before you
run the query.

3 Comments on “You need to ensure that throughout the transaction the data maintains the original version

  1. Yommy O. says:

    SNAPSHOT: Specifies that data read by any statement in a transaction will be the transactionally consistent version of the data that existed at the start of the transaction. The transaction can only recognize data modifications that were committed before the start of the transaction. Data modifications made by other transactions after the start of the current transaction are not visible to statements executing in the current transaction.




    0



    0

Leave a Reply