Enabling Transaction Logging
Use the ADD TRANDATA
command to mark each source table for replication. This command uses the Sybase sp_setreptable
and sp_setrepcol
system procedures. ADD TRANDATA
is the recommended way to mark the tables, instead of using those procedures through the database interface, but the owner or the system administrator can use them if needed. For more information, see the Sybase documentation.
To mark tables for replication with ADD TRANDATA:
Note:
Some ADD TRANDATA
options enable the ALWAYS_REPLICATE
option of sp_setrepcol
. If a LOB
column contains a NULL
value, and then another column in the table gets updated (but not the LOB
), that LOB
will not be captured even though ALWAYS_REPLICATE
is enabled.