Showing results for Change Tracking - Azure SQL Devs’ Corner

May 1, 2023
0
3

Change Tracking in Azure SQL Database

Brian Spendolini
Brian Spendolini

The Azure SQL Database has two main ways to track changes with data (rows/DML) as well as table changes. One of those methods is Change Tracking with the other being Change Data Capture. Today’s post will be going into depth on Change Tracking. Change Tracking and Change Data Capture So, what’s the difference between the two? Change Data Capture ...

Change TrackingAzure SQL