Skip to content

Commit 134cca1

Browse files
Apply suggestions from code review
Co-authored-by: Masha at MSFT <32783170+MashaMSFT@users.noreply.github.com>
1 parent dd21e3c commit 134cca1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,10 @@ COMMIT [ { TRAN | TRANSACTION } ] [ transaction_name | @tran_name_variable ] ] [
182182
- Delayed durable transactions are not supported with Azure Synapse Link for SQL
183183

184184
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.
185+
- `Error 22891: Could not enable '_FeatureName_' for database '_DatabaseName_'. '_FeatureName_' cannot be enabled on a DB with delayed durability set` if you try to enable Transactional Replication, Change Tracking, or Change Data Capture on a database that has enabled delayed durability.
186+
187+
- `Error 22892: Could not enable delayed durability on DB. Delayed durability cannot be enabled on a DB while '_FeatureName_' is enabled` if you try to enable delayed durability on a database that is configured with Transactional Replication, Change Tracking, or Change Data Capture.
188+
187189
> - 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.
188190
> - 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.
189191

0 commit comments

Comments
 (0)