Isolation Levels
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
The SQL Server driver supports the following isolation levels for Microsoft SQL Server:
- Read Committed with Locks * or Read Committed
- Read Committed with Snapshots *
- Read Uncommitted
- Repeatable Read
- Serializable
- Snapshot *
* Supported for Microsoft SQL Server 2005 and higher only.
The default is Read Committed with Locks (Microsoft SQL Server 2005 and higher) or Read Committed.