Choosing the correct isolation level
Non-repeatable reads occur when a transaction reads a record twice, but the first result is different from the second result as a consequence of another committed transaction altering this data.
From all the isolation levels you have studied so far, which isolation level prevents non-repeatable reads?
Diese Übung ist Teil des Kurses
Transactions and Error Handling in SQL Server
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
