Hi,
My sql statement of "exec myserver.mydatabase.dbo.mysp" inside a dts pack that should execute a stored procedure located on a remote server complains that the server is not set up to run stored procedures on a remote server.
What do i need to do to accomplish this. On my local server i have the remote server set up as a linked server, which the local server can succesfully see. I can select some data from remote tables and it returns on the local server's screen.
Though i seem to not be able to launch a stored procedure of the same connection.
Any ideas?
Thanks in advance...
My sql statement of "exec myserver.mydatabase.dbo.mysp" inside a dts pack that should execute a stored procedure located on a remote server complains that the server is not set up to run stored procedures on a remote server.
What do i need to do to accomplish this. On my local server i have the remote server set up as a linked server, which the local server can succesfully see. I can select some data from remote tables and it returns on the local server's screen.
Though i seem to not be able to launch a stored procedure of the same connection.
Any ideas?
Thanks in advance...