Hi
I have a VM With SQL Server 2012.
I made a SSIS package and have deployed it on the SQL Server Agent on the Microsoft SQL Server Management Studio.
The SSIS job should run once a month on a specific date, say the 20. each month.
The only purpose for this VM is to run this, so it should be turned off otherwise.
Is it possible to automate this process, so I dont have to do it manually?
The process is like this:
1) Start VM
2) Start SQL Server Agent on VM (the problem here is to login, that is hit the 'ok' button on the login screen)
3) Start the Server Agent (this could be achieved With the scheduler, once its logged in i guess...)
4) Close the VM after x hours
Thanks in advance