Hi All,
I want to schedule a SSIS packages using SQL Server agent, My Agent is running on default local account
(No Service account). But currently there is a scenario that SSIS package should connect to some network path. As per my understnading the account on which SQL Agent is running will not be able to access the path. How can i achieve this? Do i need to start
my agent on a service account where the service account has total access to the netwrk path or can i impersonate using proxy accounts.
PLease help
Thanks,