This document introduces Change Data Capture (CDC) in SQL Server 2008. It discusses how CDC captures insert, update, and delete operations without custom triggers. It captures the previous and new values for updates. CDC also tracks schema changes and has data retention policies. CDC scans the transaction log asynchronously to capture changes with no transaction overhead.