What is CDC in SQL Server? #shorts #ytshorts
CDC is termed as "Change Data Capture." It captures the recent activity of INSERT, DELETE, and UPDATE, which are applied to the SQL Server table. It records the changes made in the SQL server table in a compatible format.