What is the default transaction isolation level for SQL Server with ADO.NET? I am using a default installation of SQL Server and just the normal System.Data.SqlClient classes.
What is the default transaction isolation level for SQL Server with ADO.NET? I am
Share
Source:
Here is how it compares to other isolation levels:
The MSDN documentation for
SqlConnection.BeginTransaction()also statesRead committed