SQL Server: Change Data Capture
Pluralsight
Course Summary
Learn how to capture SQL Server table data changes for downstream consumption using the Change Data Capture feature of SQL Server. This course is applicable to developers, DBAs, and architects on SQL Server 2008 onward.
-
+
Course Description
Of all the methods of tracking and storing changing data in SQL Server, the Change Data Capture (CDC) feature is by far the most flexible and easiest to implement. This course focuses on the implementation of CDC in SQL Server 2008 and higher, and includes topics such as configuration, querying change data, managing schema changes after enabling CDC, CDC feature compatibility, backup and restore considerations, performance tuning and optimization of CDC, and using the SQL Server 2012+ SSIS CDC components to perform ETL/ELT processing of change data into a data warehouse. The course is perfect for developers, DBAs, and architects on SQL Server 2008 onward, who need to capture SQL Server table data changes for downstream consumption.
-
+
Course Syllabus
Introduction- 7m 9s
—Introduction 1m 0s
—Techniques for Identifying Changes 1m 46s
—Techniques for Identifying Changes (2) 1m 15s
—The Change Data Capture Solution 2m 9s
—Course Structure 0m 57sConfiguring Change Data Capture- 13m 9sQuerying Change Data Using Transact-SQL- 33m 58sAdministration- 22m 58sPerformance Tuning and Optimization- 24m 18sSQL Server 2012 SSIS Components- 28m 37s