Microsoft Exam Questions

How would you prevent queries that retrieve and read data from blocking queries that insert and upda

You work as a SQL Server 2012 database developer at ABC.com. ABC.com has a large database

named SalesDB.
New rows are inserted into the tables in the SalesDB database and updates to existing rows occur
on a high frequency. The inserts and updates often blocked by queries retrieving and reading
data.
How would you prevent queries that retrieve and read data from blocking queries that insert and
update data?

A.
You should make use of the SERIALIZABLE ISOLATION LEVEL.

B.
You should make use of the SNAPSHOT ISOLATION LEVEL.

C.
You should make use of the REPEATABLE READ ISOLATION LEVEL.

D.
You should make use of the READCOMMITTED ISOLATION LEVEL.

E.
You should make use of the READPAST ISOLATION LEVEL

Explanation:

Ref: http://msdn.microsoft.com/en-us/library/ms173763.aspx