You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## <aid="bkmk_OtherSQLFeatures"></a> Delayed durability and other [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] features
175
175
176
176
**Transactional Replication, Change Tracking, and Change Data Capture**
177
+
177
178
- For databases enabled for Transactional Replication or Change Data Capture (CDC), the use of delayed durability is not supported.
178
179
179
180
- 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.
180
181
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
+
182
184
-`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.
183
185
184
186
-`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