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