Hello,
One of the solutions I did was use a SQL Service account and used that to execute the package. I tried using a SQL Server login to execute the package, and this didn't work through code. The only way was to use the service account to execute the package through a scheduled task. This was set up by the DBA. Unfortunately, it is this, or use a SQL Server account to execute the xp_cmdShell proc using the dtsrun utility.
You'll need to have privileges to do whatever though.
Brian
|