Skip to content

Commit 637a03b

Browse files
Update docs/relational-databases/logs/control-transaction-durability.md
Co-authored-by: Masha at MSFT <32783170+MashaMSFT@users.noreply.github.com>
1 parent 84910cd commit 637a03b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/relational-databases/logs/control-transaction-durability.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@ COMMIT [ { TRAN | TRANSACTION } ] [ transaction_name | @tran_name_variable ] ] [
177177
- The use of delayed durability is not supported on databases that use change data capture (CDC).
178178

179179
- Delayed durable transactions are not supported with Transactional Replication.
180-
- All transactions with change tracking are fully durable. A transaction has the change tracking property if it does any write operations to tables that are enabled for change tracking.
180+
- All transactions with change tracking are fully durable. A transaction has the change tracking property if it does any write operations to tables that have enabled change tracking.
181+
181182
- Delayed durable transactions are not supported with Azure Synapse Link for SQL
182183

183184
> Starting in SQL Server 2022 CU2 and SQL Server 2019 CU20, we will raise an error if you attempt to either:

0 commit comments

Comments
 (0)