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
- The use of delayed durability is not supported on databases that use change data capture (CDC).
178
178
179
179
- Delayed durable transactions are not supported with Transactional Replication.
180
-
- All transactions with change tracking are fully durable. A transaction has the change tracking property if it does any write operations to tables that are enabled for change tracking.
180
+
- 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.
181
+
181
182
- Delayed durable transactions are not supported with Azure Synapse Link for SQL
182
183
183
184
> Starting in SQL Server 2022 CU2 and SQL Server 2019 CU20, we will raise an error if you attempt to either:
0 commit comments