Load Data Into Replicate Databases

Part of the subscription materialization process involves loading subscription data from the primary table into the replicate table.

Note: After subscription data is unloaded from a primary database, you may need to perform datatype translation on the unloaded data before loading the data into the replicate database.

If you are using Adaptive Server Enterprise as the data server for the replicate database, use the ASE bcp utility to load subscription data into the replicate database.

If you are using a non-ASE data server as the data server for the replicate database, you can use the load utility of your choice to load subscription data into the replicate database.

See the Adaptive Server Enterprise Utility Guide > Utility Commands Reference > bcp.