Skip to content

Commit 84910cd

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 4ab3360 commit 84910cd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ COMMIT [ { TRAN | TRANSACTION } ] [ transaction_name | @tran_name_variable ] ] [
180180
- 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.
181181
- Delayed durable transactions are not supported with Azure Synapse Link for SQL
182182

183-
> [!NOTE]
184183
> Starting in SQL Server 2022 CU2 and SQL Server 2019 CU20, we will raise an error if you attempt to either:
185184
> - Enable Transactional Replication, Change Tracking, Azure Synapse Link for SQL, or Change Data Capture for a database that is enabled for delayed durability. You will receive error 22891: Could not enable '_FeatureName_' for database '_DatabaseName_'. '_FeatureName_' cannot be enabled on a DB with delayed durability set.
186185
> - Enable delayed durability for a database with Transactional Replication, Change Tracking, Azure Synapse Link for SQL, or Change Data Capture enabled. You will receive error 22892: Could not enable delayed durability on DB. Delayed durability cannot be enabled on a DB while '_FeatureName_' is enabled.

0 commit comments

Comments
 (0)