ASA Database Administration Guide
Replicating Data with Replication Server
Tutorial: Replicate data using Replication Server
Lesson 9: Set up Replication Server
Using isql, connect to Replication Server and create a subscription for the replication.
The following statement creates a subscription for the news replication defined in Create a replication definition with replicate site as the repdb database.
create subscription NEWS_SUBSCRIPTION for news with replicate at REPDB.repdb go
You have now completed your installation. Try replicating data to confirm that the setup is working properly.