|
Ambulare
Starting Member
7 Posts |
Posted - 02/01/2013 : 09:05:46
|
Hi all,
I'm trying to import data resulting from a stored procedure on a linked server. I have admin rights on the local server but very limited permissions on the remote server as it's a commercial install managed by an external company, so I can't change any settings.
I can run the remote stored procedure call and it returns a result set, but any time I try to actually do anything with those results other than look at them on the screen, I get error messages. I can't put them in a table, table variable or a temp table, which pretty much makes the remote call useless as the result set can't be transformed or loaded.
Has anyone found a way around this? |
|