Linked Server 2000 vs Server 2003

  • I have a situation, need some help with concerning Linked Servers. We setup Linked Servers and extract drive data from each one nightly. One server, our newest, is 2003 version, and in using this one, every time we try the same procedure (which works fine on our 2000 servers) we get a time-out after a long period or end up canceling the query. Is there an unknown issue with this type of server. We are using xp_FixedDrive extended procedure to obtain our drive data.  

  • I assume you're making an rpc call?  e.g.  exec server.master.dbo.xp_fixeddrives ?

    I don't see any issues between 2003 and 2k based sql servers.

    Using QA can you run an sp_who on your remote server? That's my base test.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

    1. If this is a Windows 2003 server, you need to enable Network DTC Access using the following process:

    1.      Click Start, point to Control Panel, and the click Add or Remove programs

    2.      Click Add/Remove Windows Components

    3.      Select Application Server, and then click Details

    4.      Select Enable network DTC access and then click ok

    5.      Restart the server

     

    Make sure that you have done this.  It won't work if you haven't.

     

     

    HTH,

    John

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply