Skip to content

Commit 62aba4a

Browse files
Update content/integrate/redis-data-integration/data-pipelines/prepare-dbs/sql-server.md
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent 663b108 commit 62aba4a

File tree

1 file changed

+1
-1
lines changed
  • content/integrate/redis-data-integration/data-pipelines/prepare-dbs

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ weight: 2
1717
---
1818

1919
To prepare your SQL Server database for Debezium, you must first create a dedicated Debezium user,
20-
run a script to enable CDC globally and then separately enable CDC for each table you want to
20+
run a script to enable CDC globally, and then separately enable CDC for each table you want to
2121
capture. You need administrator privileges to do this.
2222

2323
Once you enable CDC, it captures all of the INSERT, UPDATE, and DELETE operations

0 commit comments

Comments
 (0)