Showing results for CDC - Azure SQL Devs’ Corner

May 19, 2022
0
1

Azure SQL Database Change Stream with Debezium

Davide Mauri
Davide Mauri

Azure SQL Database and in general the SQL Server engine allows developers to easily get only the changed data from the last time they queried the database. More precisely, there are two features that allow us to do this and much more, providing capabilities to query for changes happened from and to any point in time. The two features are named ...

Azure SQL
Apr 27, 2022
9
0

Announcing General Availability of Change Data Capture (CDC) on Azure SQL Database

Abhiman Tiwari
Abhiman Tiwari

We are excited to announce the general availability (GA) of change data capture (CDC) in Azure SQL Database. What is Change data capture (CDC)? CDC provides historical change information for a user table by capturing both the fact that Data Manipulation Language (DML) changes (insert / update / delete) were made and the changed data. Changes are ...

Azure SQL