Hi experts,
Let me describe the situation...this is SQL Server 2000
Server 1 uses Windows NT authentication.
Server 2 uses SQL Server authentication and has Server 1 as a Linked Server.
****************************************
On Server 2, if I try to query a table that resides on Server 1 (Select * From Server1.db.dbo.tablename), I get a login error 'Login failed: MEM1\ACB_SQLServerAgent is not associated with a trusted SQL Server connection'
****************************************
Both servers have a login named MEM1\ACB_SQLServerAgent.
What else do I need to do to allow users on Server 2 to access data on Server 1?
Thanks for your ideas. John
Let me describe the situation...this is SQL Server 2000
Server 1 uses Windows NT authentication.
Server 2 uses SQL Server authentication and has Server 1 as a Linked Server.
****************************************
On Server 2, if I try to query a table that resides on Server 1 (Select * From Server1.db.dbo.tablename), I get a login error 'Login failed: MEM1\ACB_SQLServerAgent is not associated with a trusted SQL Server connection'
****************************************
Both servers have a login named MEM1\ACB_SQLServerAgent.
What else do I need to do to allow users on Server 2 to access data on Server 1?
Thanks for your ideas. John