My fellow spice heads, I need some help. I would like to use Scheduled Tasks to call an encrypted SSIS package using a .bat file that calls the DTEXEC.exe program. I have the hard part done - the .bat file is correctly configured and runs just fine on the schedule when the configured user is logged in.
The issue is I need to be able to run the Scheduled Task even when the user is logged off. Is this possible? Can anyone give me the trick to getting this to work?
I know that it is possible (and possibly better practice) to use SQL Agent to run this job on a schedule, instead, but for me that is not an option in this scenario.
Thanks you in advance!