Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Inserting new rows ONLY
Hi,
Does anyone know how can I configure an XML schema for SJA to INSERT ONLY (new rows) into the target DB?
Thanks a lot,
Currently, this feature is not available in SJA.
Maybe you can add a timestamp / date column in your source DB and construct a XML script with a sqlwhere tag like :
or something similar. This will only get the rows with date = today. You'll just have to run the script daily 😉
Hth
Sounds cool 🙄