how to use windows cli or plesk cli ?
in windows i use sql server , is different between my sql or sql serve in bash.script
content of script
mysql --user=[zarbafco] --password=[*********] --database=[zarbafco_itisa] --execute="Insert into zarbafco_itisa.dbo.TSync1 (Id,Name,Age) Values...
Thanks , i create bash script and upload it on httpdocs , but in what write in Command scheduled task to execute the script file?
how to use it in scheduled task ?
i write in command filed
/zarbafco/bash.sh
but its not run and show this error
'/zarbafco/bash.sh' is not recognized as an...
Hi,
I want Insert a record every minute in specified Table, but
how to set sql command for scheduled tasks in plesk ?
i upload a comman.sql in httpsdocs how to use it in scheduled tasks