I need to transfer some data from SQL Server to MySQL, once a month. I have already done this transfer stuff, but I don’t know (and I have not found out on the internet) how to set a timer that executes this transfer a specific day every month. I don’t want just to set a timer interval in milliseconds because the number of days vary from one month to another.
Any help is appreciated…
You could use the Windows Task Scheduler for this kind of work. Look here for command line options of
Schtasks(there’s tons of them)Example 1:
Example 2: