Learn how to manage subscriptions with RCL commands.
Create subscriptions for atomic and nonatomic materialization and for the no-materialization method.
Define, activate, and validate subscriptions for bulk materialization.
Check the status of subscriptions during the materialization process.
Drop subscriptions to initiate the dematerialization process.
Enable replication of the truncate table command when you create or define a subscription.
You can use a where clause to control which table rows or function invocations to replicate. The where clause can specify only the searchable columns or searchable parameters specified in the table or function replication definition. If you do not provide a where clause, all the rows of the replication definition’s columns, or all the function invocations, 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.