has anyone in the history of sql server ever been able to get this to work without being a sysadmin role AND pass in a global variable from visual basic?
Apparently the sp_OA implementation has memory leak issues and it doesn't work anyway. I can make it work by selecting the DTS in EM and executing, but the execution fails from SP.
I tried making a job but couldn't figure out how to pass variables to the job
It should fire from VB. User selects file, click process, fire DTS. That's it. Is this possible? Is my strategy wrong?