Retrieving data from remote MSDE server

  • I'm having some trouble retrieving data from a remote MSDE server using the syntax

    select * from server.database.dbo.table

    It is returning "SQL server does not exist or access denied"

    It is only failing from 1 specific server which happens to be the one I need to set it up on! If I try from one of my other ones and set the linked server up there it works fine. All are running SQL7 and should have identical setups.

    Any ideas?

    Thanks

  • Run sp_helpserver to see if it is a linked server, if is not, run sp_addlinkedserver, sp_addlinkedsrvlogin and

    sp_serveroption with the 'data access' parameter set to true.

    Check in bol for all the parameters needed.

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

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