1) The document discusses how to integrate Master Data Services (MDS) with Change Data Capture (CDC) in SQL Server 2012. MDS allows end users to directly make changes to records instead of relying on technical staff. CDC tracks changes made to tables and identifies who made the changes.
2) It provides steps to set up MDS including creating a database and website. It also explains how to enable CDC for a database and table.
3) The document outlines two SSIS packages needed - one for initial load from source to target, and another incremental package to handle changes captured by CDC between target tables.