Skip to content

Commit a8c8f2d

Browse files
committed
Add note about SQL server editions
1 parent 57e8de4 commit a8c8f2d

File tree

1 file changed

+4
-0
lines changed
  • content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds

1 file changed

+4
-0
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/aws-aurora-rds/aws-rds-sqlserver.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ weight: 3
1818

1919
Follow the steps in the sections below to prepare a [Microsoft SQL Server on AWS RDS](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.SQLServer.html) database to work with RDI.
2020

21+
{{< note >}}
22+
Change Data Capture (CDC) is not supported on SQL Server Express Edition. Only the Standard, Enterprise, and Developer editions support CDC and are supported by RDI.
23+
{{< /note >}}
24+
2125
## Create the Debezium user
2226

2327
The Debezium connector needs a user account to connect to SQL Server. This

0 commit comments

Comments
 (0)