I am trying to automate the SSIS Package but i do not want to use SQL Server Agent. IS there any ways I can Schedule a job without SQL server Agent?
Thanks, Harsh
I am trying to automate the SSIS Package but i do not want to use SQL Server Agent. IS there any ways I can Schedule a job without SQL server Agent?
Thanks, Harsh
Create a batch file to run package and schedule using task scheduler.
https://www.thewindowsclub.com/how-to-schedule-batch-file-run-automatically-windows-7