Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)

  • RE: Third Party SQL Server 2005 Profile Recommendations

    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....

  • RE: Help creating a linked server

    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',...

  • RE: SQL Agent Insert Error - Incorrect SET options

    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...

  • RE: How to use SQL Agent to run a job which executes SPs on another server?

    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...

  • RE: XML Parsing Problems

    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...

  • RE: XML Parsing Problems

    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...

  • RE: XML Parsing Problems

    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...

  • RE: XML Parsing Problems

    Problem download feed attached

Viewing 8 posts - 16 through 23 (of 23 total)