Hi All,
I have a SP that dynamically generates a 'dtsexec' call, and gets the connection string (of source and target server) from a table. When i run the SP manually, using Profiler, i found that the account it uses to connect to my source server is the SQL service account.
I would like to get this dtsexec call, to execute under the context of a different Windows domain account. I tried using the 'Run As' step (when calling the SP through a SQL job), but it also connects to the source using the SQL Service account.
The /User parameter for dtsexec was also tried but i think it doesn;t apply to what i'm trying to do.
Thoughts/ideas on how i can get this dtsexec call to execute under a different windows user?
Thanks in advance!