PrepAway - Latest Free Exam Questions & Answers

You need to maintain data integrity in all situations that use transactions.

You are developing an ASP.NET MVC application that reads and writes data from a SQL
Server database. You need to maintain data integrity in all situations that use transactions.

PrepAway - Latest Free Exam Questions & Answers

A.
ReadUncommitted

B.
Repeatable

C.
Serializable

D.
ReadCommitted

6 Comments on “You need to maintain data integrity in all situations that use transactions.

  1. response says:

    serializable: permite manejar la integridad de los datos debido a que este permite detener las demas transaciones por medio de un rango de estas mientras se este usando un select impediendo que se ejecute alguna transacion que incluya dentro de este rango




    0



    0
  2. Vinc says:

    Answer is C > SERIALIZABLE

    Statements cannot read data that has been modified but not yet committed by other transactions.

    No other transactions can modify data that has been read by the current transaction until the current transaction completes.

    Other transactions cannot insert new rows with key values that would fall in the range of keys read by any statements in the current transaction until the current transaction completes.

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




    0



    0

Leave a Reply