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.
Change data capture is available only on the Enterprise, Developer, and Evaluation editions of SQL Server.

In This Section
The topics in this section describe how change data capture works and how you can configure a database for change data capture.
-
Overview of Change Data Capture
-
Describes how change data capture is implemented in SQL Server.
-
Configuring Change Data Capture
-
Discusses the steps necessary to configure change data capture.
-
Using Change Data
-
Describes how to use the data that is collected by using change data capture.
-
Administering and Monitoring Change Data Capture
-
Describes the change data capture agent jobs: capture and cleanup jobs, and support for data types.

Reference
The following topics contain reference information about the stored procedures, tables, and functions used with change data capture.

See Also