Skip to content

Commit b8ba771

Browse files
author
Simonx Xu
authored
Update control-transaction-durability.md
1 parent 3c80d2b commit b8ba771

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
@@ -174,11 +174,13 @@ COMMIT [ { TRAN | TRANSACTION } ] [ transaction_name | @tran_name_variable ] ] [
174174
## <a id="bkmk_OtherSQLFeatures"></a> Delayed durability and other [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] features
175175

176176
**Transactional Replication, Change Tracking, and Change Data Capture**
177+
177178
- For databases enabled for Transactional Replication or Change Data Capture (CDC), the use of delayed durability is not supported.
178179

179180
- Change Tracking with Delayed Durability is supported. 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.
180181

181-
Starting with SQL Server 2022 CU2 and SQL Server 2019 CU20, you may see:
182+
Starting with SQL Server 2022 CU 2, you may see:
183+
182184
- `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 or Change Data Capture on a database that has enabled delayed durability.
183185

184186
- `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 or Change Data Capture.

0 commit comments

Comments
 (0)