I've made a stored proc that calls dtsrun using the extended procedure. My problem is that when I call this proc from a web app, it stalls and doesn't execute. This doesn't happen when the web and SQL servers are the same machine, but it fails when they are separate. Anybody know how to remedy this? That is, how to get a stored proc, called by IIS on one server to execute on another server?
Thanks in advance