CDC(Change Data Capture) is designed to capture insert, update and delete activity applied to SQL server tables, and to make the details of changes available in relational format. The change tables used by CDC contains same column structure of tracked source table, along with the metadata need to understand the activity applied on table.
No comments:
Post a Comment