Advanced Replication Guide : Getting started with data synchronization - evaluation setup : Configuring the servers and creating the publications
  
Configuring the servers and creating the publications
The advanced replication configuration procedure includes the following steps:
1 Configure one server as a master.
2 Configure the other server as a replica.
3 Create the table on each server.
4 On the master, create a publication.
5 On the replica, register to the publication.
Fast path: The samples\replication\eval_setup\ directory contains two scripts to carry out the steps. Run the master1.sql script on the master, and the replica1.sql script on the replica.
See also
Configuring master database
Configuring the replica database
Getting started with data synchronization - evaluation setup