This document provides an overview of data replication in SQL Server 2012. It discusses key concepts like publications, articles, subscribers and distributors. It explains the different types of replication including snapshot, transactional and merge replication. Snapshot replication copies the entire dataset each time. Transactional replication uses logs to replicate changes in real-time. Merge replication allows bidirectional synchronization so changes can occur at both the publisher and subscriber. The document is intended as a lecture on data replication fundamentals.