Viewing 8 posts - 16 through 23 (of 23 total)
Hi Grant, your post has been really helpful. I've been doing some reading and have managed to get the following working but I think it's only looking at system processes....
February 27, 2009 at 8:26 am
Thanks for your help Adi. It gave me a little more info to work with and I now have a solution.
EXEC sp_addlinkedserver
@server = N'linkedServer',
@srvproduct=N'19.12.xx.xx',
@provider=N'SQLOLEDB',
@datasrc=N'19.12.xx.xx',...
January 5, 2009 at 4:47 am
Thanks Carloyn, that did the trick!
I should have been more specific Grant, the problem was not with the first Insert but the second which was selecting XML data. Not really...
December 4, 2008 at 12:30 pm
Hi Rudy
Thanks for your post. I had trouble with permissions trying to the Master and Target servers solution from Elizabeth. I think what you've suggest is just what I need...
November 26, 2008 at 7:16 am
Thanks for your comments Steve. I could go the ASP route but I'd rather not if at all possible. I'll hold out a little longer in the hope an XML/SQL...
November 19, 2008 at 10:52 am
As you say the code seems fine and the problem lies in the XML. The strange thing is, I've managed to select the nodes using ASP. Does this give any...
November 18, 2008 at 1:46 pm
Thanks for your assistance. You've certainly helped me made progress but I'm still not able to select specific nodes. I've done some reading on Xpath and still I've not managed...
November 18, 2008 at 4:19 am
Viewing 8 posts - 16 through 23 (of 23 total)