I have found an example of how to execute a DTS Package from a Stored Procedure. And I have managed to get this to work without any problems on the development server.
However, the package does not execute on the live server almost certainly due to permission problems, what I have no idea what to do to solve this.
I am using a SQL Account which has permissions to execute the relevant OLE stored procedures in the Master Database so its not that. It seems more likely that its the security context that the DTS package is running in.
But all that said, I don't know what to change to get it to work.
However, the package does not execute on the live server almost certainly due to permission problems, what I have no idea what to do to solve this.
I am using a SQL Account which has permissions to execute the relevant OLE stored procedures in the Master Database so its not that. It seems more likely that its the security context that the DTS package is running in.
But all that said, I don't know what to change to get it to work.