We have two sql servers using Windows authentication. One is sql 2000 the
other sql 2005. When logged in as "sa", I can link these servers and run a
SELECT distributed query without any problem.
But when one of our developers runs the same query (he is "dbo" of each
database on each of the servers) he gets the error:
"OLE DB Provider "SQLNCLI" for linked server <Servername> returned message
"Communication Link Failure"
...
Login failed for user '(null'). reason: Not associated with a trusted SQL
Server connection"
Despite that, I, as "sa" equivalent, have no problem so it appears to be a
permisisons issue. Any ideas what is going on here?
TIA,
Bill
Uri Dimant - 26 Jul 2006 06:10 GMT
bill
> But when one of our developers runs the same query (he is "dbo" of each
> database on each of the servers) he gets the error:
Is it possible , that a developer is not member of sysadmin server role?
> We have two sql servers using Windows authentication. One is sql 2000 the
> other sql 2005. When logged in as "sa", I can link these servers and run a
[quoted text clipped - 16 lines]
>
> Bill
A McGuire - 28 Jul 2006 14:56 GMT
http://www.aspfaq.com/show.asp?id=2544
Check that article out - might help.
> We have two sql servers using Windows authentication. One is sql 2000 the
> other sql 2005. When logged in as "sa", I can link these servers and run a
[quoted text clipped - 16 lines]
>
> Bill