Change Data Capture

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.

Reference

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

Topic

Description

Change Data Capture Stored Procedures (Transact-SQL)

Describes the stored procedures provided for use with change data capture, including the procedures used to enable change data capture on databases and tables.

Change Data Capture Related Dynamic Management Views (Transact-SQL)

Describes the views for displaying information about change data capture transactions and log sessions.

Change Data Capture Tables (Transact-SQL)

Describes the tables in which the change data and metadata is stored.

Change Data Capture Functions (Transact-SQL)

Describes the functions provided to query the change data, including functions for retrieving changes and for mapping between datetime values and log sequence numbers.