Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit aaae11c

Browse files
committed
rcsi update
1 parent ea551cb commit aaae11c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/t-sql/statements/set-transaction-isolation-level-transact-sql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ SET TRANSACTION ISOLATION LEVEL
5555
5656
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
5757
```
58+
>[!NOTE]
59+
> SQL Data Warehouse implements ACID transactions. The isolation level of the transactional support is default to READ UNCOMMITTED. You can change it to READ COMMITTED SNAPSHOT ISOLATION by turning ON the READ_COMMITTED_SNAPSHOT database option for a user database when connected to the master database. Once enabled, all transactions in this database are executed under READ COMMITTED SNAPSHOT ISOLATION and the setting READ UNCOMMITTED on session level will not be honored. Check [ALTER DATABASE SET options (Transact-SQL)](../../t-sql/statements/alter-database-transact-sql-set-options.md) for details.
5860
5961
## Arguments
6062
READ UNCOMMITTED

0 commit comments

Comments
 (0)