Skip to content

Commit 3570933

Browse files
authored
Update change-data-capture-troubleshoot.md
1 parent 1ef3123 commit 3570933

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/change-data-capture-troubleshoot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.custom:
1212
---
1313

1414
# Troubleshoot the Change data capture resource in Azure Data Factory
15-
[!INCLUDE[appliesto-adf-asa-md]]
15+
[!INCLUDE[appliesto-adf-xxx-md](includes/appliesto-adf-xxx-md.md)]
1616

1717
This article provides suggestions on how to troubleshoot common problems with the change data capture resource in Azure Data Factory.
1818

1919
## Issue: Trouble enabling native CDC in my SQL source.
2020

21-
For sources in SQL, two sets of tables are available: tables with native SQL CDC enabled and tables with time based incremental columns.
21+
For sources in SQL, two sets of tables are available: tables with native SQL CDC enabled and tables with time-based incremental columns.
2222

2323
Follow these steps to configure native CDC for a specific source table in your SQL database.
2424

@@ -40,14 +40,14 @@ CREATE TABLE Persons (
4040
> [!NOTE]
4141
> Currently the ADF CDC resource only loads net changes for insert, update and delete operations.
4242
43-
To enable enable CDC at the database level, execute the following query:
43+
To enable CDC at the database level, execute the following query:
4444

4545
**Query 2**
4646

4747
```sql
4848
EXEC sys.sp_cdc_enable_db
4949
```
50-
To enable enable CDC at the table level, execute the following query:
50+
To enable CDC at the table level, execute the following query:
5151

5252
**Query 3**
5353

0 commit comments

Comments
 (0)