Skip to content

Commit 34747f1

Browse files
author
Simonx Xu
authored
Add SQL Server 2019 CU20 information
1 parent b751349 commit 34747f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ COMMIT [ { TRAN | TRANSACTION } ] [ transaction_name | @tran_name_variable ] ] [
179179

180180
- 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.
181181

182-
Starting with SQL Server 2022 CU 2, you may see:
182+
Starting with SQL Server 2022 CU 2 and SQL Server 2019 CU 20, you may see:
183183

184184
- `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.
185185

0 commit comments

Comments
 (0)