What is Change Data Capture in SQL Server ?

Change data capture is designed to capture insert, update, and delete activity applied to SQL Server tables, and to make the details of the changes available in an easily consumed relational format. The change tables used by change data capture contain columns that mirror the column structure of a tracked source table, along with the metadata needed to understand the changes that have occurred.



You May Interest

Changing MS SQL Table Name with Query

What is The Concept of Piecemeal Restore on SQL Server ?

How is Deadlock Different From a Blocking Situation in SQL Server ...

Deleting Columns From a Table with a Query in MS SQL

What is Auditing Inside SQL Server ?