An isolation level determines the degree of isolation of data between concurrent transactions. The default SQL Server isolation level is Read Committed. Here are the other isolation levels (in the ascending order of isolation): Read Uncommitted, Read Committed, Repeatable Read, Serializable. See SQL Server books online for an explanation of the isolation levels. Be sure to read about SET TRANSACTION ISOLATION LEVEL, which lets you customize the isolation level at the connection level.
Subscribe to:
Post Comments (Atom)
-
Module Tester Sub Main () Dim firstNumber, secondNumber As String Dim number1, number2, sumOfNumbers As Intege...
-
Changing the values of some properties is fairly easy. We'll now change the Text properties of our labels, and the Text properties of o...
-
At the moment, our form looks a little bland. Time to liven it up with a splash of colour. Changing the colour of the Form means we have t...
No comments:
Post a Comment