In this article, learn about change data capture (CDC), which records activity on a database when tables and rows have been modified. This article explains how CDC works with SQL Server and Azure SQL Managed Instance. For Azure SQL Database, see CDC with Azure SQL Database. Overview Change data capture utilizes the SQL Server Agent to log insertions, updates, and deletions occurring in a table. So
