Replication intrusions and impacts in SQL Anywhere

Set REPLICATE ON for a SQL Anywhere table to place additional information in the database transaction log whenever an insert, update, or delete operation occurs on the table. The additional information significantly increases the log resources used by the server. The SQL Anywhere Replication Agent uses this information to submit the full before image of the row, where required, to Replication Server for replication.

SQL Anywhere replicates all columns in a table. You cannot send a subset of the columns.