Skip to content

Commit dd21e3c

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 637a03b commit dd21e3c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ COMMIT [ { TRAN | TRANSACTION } ] [ transaction_name | @tran_name_variable ] ] [
181181

182182
- Delayed durable transactions are not supported with Azure Synapse Link for SQL
183183

184-
> Starting in SQL Server 2022 CU2 and SQL Server 2019 CU20, we will raise an error if you attempt to either:
184+
Starting with SQL Server 2022 CU2 and SQL Server 2019 CU20, you may see:
185+
- `Error 22891: Could not enable '_FeatureName_' for database '_DatabaseName_'. '_FeatureName_' cannot be enabled on a DB with delayed durability set` if you enable Transactional Replication, Change Tracking, or Change Data Capture on a database that has enabled delayed durability.
186+
- `Error 22892: Could not enable delayed durability on DB. Delayed durability cannot be enabled on a DB while '_FeatureName_' is enabled` if you enable delayed durability on a database that is configured with Transactional Replication, Change Tracking, or Change Data Capture.
185187
> - 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.
186188
> - 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.
187189

0 commit comments

Comments
 (0)