Replication Jobs
In addition to the CopyOver()
method, the CData Virtuality Server also allows to use the CopyOver
technique on data sources via two procedures:
createCopyOverSourceTableJob()
createCopyOverSQLJob()
For changing existing CopyOver jobs, two more procedures are available:
changeCopyOverSourceTableJob()
changeCopyOverSQLJob()
Please note that these procedures only create the respective jobs, and the jobs themselves have to be started manually afterwards.
For detailed information on these procedures, please refer to Replication Jobs Procedures.