create subscription Command

Use the create subscription command to replicate data by subscribing to a replication definition.

There are three methods for creating a subscription:

You can use a where clause to replicate only certain rows from the primary table, based on values for the searchable columns specified in the table replication definition. If you do not provide a where clause, all rows are replicated.

If you are using Adaptive Server Enterprise version 11.5 or later, you can include the subscribe to truncate table keywords to reproduce execution of the truncate table command at the destination database.

See Replication Server Reference Manual > Replication Server Commands > create subscription.

Related concepts
Use the where Clause
Enable Replication of truncate table
Create Replication Definitions