Hello Friends,

Here is another popular lab from Hands-On-Lab library: SQL Server Change Data Capture.

Change Data Capture(CDC) records DML operations executed on SQL Server tables in simple relational known as “change tables”. These change tables contain columns that reflect the column structure of the source table being tracked for changes, along with the metadata needed to understand the changes that have been made. This lab is divided into three exercises explaining how to configure, query and administer the data using CDC. In the first exercise we will learn to configure CDC. In the second exercise we will learn to query the CDC. In the third exercise we will learn about CDC administration and in the fourth exercise we will learn to configure CDC control task in SSIS.

Exercise 1: Configuring Change Data Capture
Exercise 2: Querying Changed Data with T-SQL
Exercise 3: Administration
Exercise 4: CDC Control Task in SSIS

SQLMaestros Hands-On-Labs enables the practical way of learning. Each lab document consists of multiple exercises and each exercise consists of multiple tasks. Apart from step-by-step instructions, the HOL document contains images, explanations, observations, notes, tips & tricks to ensure a great learning experience. With each lab, you can practice a specific concept step-by-step. With our HOL documents, you will get hands-on with hundreds of topics in SQL Server & Microsoft Data Platform. Learn More.

 

 

Happy Learning – The Practical Way.