Shadow
well, I finally found a solution : I create the sync. XML file manually and then use it in a DOS batch file to shedule it. Assuming your job file is named “sync.xml” and your Batch file “Sync.bat”, it would more or less look like this :
cd “C:Program FilesSQLyog”
sja “C:your_pathsync.xml”
and it actually works well !
Thanks anyway
Neo