Planning the SQL Replication tutorial

This tutorial is based on assumptions about what you want to replicate and which options you will choose.

Assume that your group uses an application that generates reports. This application needs information that exists in the DEPARTMENT table of the SAMPLE database. Instead of copying the data directly from the source table, you want the application to copy its changes to a target table that only the report-generating application can read. For ease of administration, you decide to keep the target table on the same machine as the source table.

You require a simple data distribution configuration, involving the replication of changes from one replication source to a single read-only copy. The next topics describe the design and planning issues that you need to consider before you perform any replication tasks.