December 2013
Intermediate to advanced
1872 pages
153h 31m
English
After you enable change data tracking for a table, SQL Server begins capturing any data changes for the table in the Change Data Capture tables. To identify the data changes, you need to query the Change Data Capture tables. Although you can query the Change Data Capture tables directly, it is recommended that you use the CDC functions instead. The main CDC table-valued functions (TVFs) are
cdc.fn_cdc_get_all_changes_capture_instance
cdc.fn_cdc_get_net_changes_capture_instance
Note
The Change Data Capture change table and ...