nerdexam
Microsoft

70-457 · Question #67

You use Microsoft SQL Server 2012 to write code for a transaction that contains several statements. There is high contention between readers and writers on several tables used by your transaction…

The correct answer is C. READ COMMITTED SNAPSHOT. See the full explanation below for the reasoning.

Question

You use Microsoft SQL Server 2012 to write code for a transaction that contains several statements. There is high contention between readers and writers on several tables used by your transaction. You need to minimize the use of the tempdb space. You also need to prevent reading queries from blocking writing queries. Which isolation level should you use?

Options

  • ASERIALIZABLE
  • BSNAPSHOT
  • CREAD COMMITTED SNAPSHOT
  • DREPEATABLE READ

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    9% (2)
  • C
    83% (19)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-457 Practice