Setting Up a Replication Topology

This example will show you how to set up servers in basic replication roles and how to establish replication relationships between servers. In this example:

The following example assumes that the servers AIREDALE, COLLIE, MUTT, and TERRIER have had SQL Server installed and that the servers are registered with the copy of SQL Enterprise Manager that is used to set up replication.

    To set up the replication topology example
  1. On TERRIER, verify that at least 16 MB of memory is assigned to SQL Server.

    Start SQL Enterprise Manager; from the Server Manager window, select TERRIER; from the Server menu, choose Configurations; and from the Server Configuration/Options dialog box that appears, select the Configuration tab. Verify that the memory setting is 8192 or greater. If it is not, change it, and then restart the server.

    This computer must have at least 32 MB of memory installed.

  2. Install a distribution database on TERRIER.
  3. Set the publishing options for TERRIER.

  4. Create a database on each subscription server, to be used as the destination databases.

    On AIREDALE, create a database named inaire; on COLLIE, create incollie; and on MUTT, create inmutt. For information on using SQL Enterprise Manager to create a database, see Chapter 6, Managing Databases.

  5. Set the subscription options for each subscriber. For AIREDALE, COLLIE, and MUTT, perform these steps:

    You have finished setting up your example replication topology.

  6. To view a graphic depiction of the replication topology that you have set up, from the Server Manager window, choose TERRIER, and then from the toolbar, choose the Replication Topology button.

    The Replication Topology dialog box appears.

The replication topology you have created will be the basis for most of the subsequent examples in this chapter.