File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ ms.custom:
12
12
---
13
13
14
14
# 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 ) ]
16
16
17
17
This article provides suggestions on how to troubleshoot common problems with the change data capture resource in Azure Data Factory.
18
18
19
19
## Issue: Trouble enabling native CDC in my SQL source.
20
20
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.
22
22
23
23
Follow these steps to configure native CDC for a specific source table in your SQL database.
24
24
@@ -40,14 +40,14 @@ CREATE TABLE Persons (
40
40
> [ !NOTE]
41
41
> Currently the ADF CDC resource only loads net changes for insert, update and delete operations.
42
42
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:
44
44
45
45
** Query 2**
46
46
47
47
``` sql
48
48
EXEC sys .sp_cdc_enable_db
49
49
```
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:
51
51
52
52
** Query 3**
53
53
You can’t perform that action at this time.
0 commit comments