Collection Contents Index Configure and start the SQL Anywhere LTM Next PDF

SQL Anywhere® Server - Database Administration  > Replicating Data with Replication Server  > Tutorial: Replicate data using Replication Server  > Lesson 9: Set up Replication Server

Create a subscription for your replication


Using isql, connect to Replication Server and create a subscription for the replication.

The following statement creates a subscription for the news replication with the replicate site as the repdb database.

For information about the news replication, see Create a replication definition

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.


Collection Contents Index Configure and start the SQL Anywhere LTM Next PDF