Skip to content

Commit 2cd5ebb

Browse files
authored
Remove duplicate entry from merge issue
1 parent 134cca1 commit 2cd5ebb

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,9 @@ 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 try to enable Transactional Replication, Change Tracking, or Change Data Capture on a database that has enabled delayed durability.
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, Azure Synapse Link for SQL, or Change Data Capture on a database that has enabled delayed durability.
186186

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-
189-
> - 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.
190-
> - 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.
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, Azure Synapse Link for SQL, or Change Data Capture.
191188

192189
**Crash recovery**
193190
Consistency is guaranteed, but some changes from delayed durable transactions that have committed may be lost.

0 commit comments

Comments
 (0)