aTekTipsUser
Programmer
I am having an issue linking a SQL Server to another SQL Server. They are both Windows NT and SQL Server 2000. When I set up the linked server, I want to use Windows Authentication. On the Security tab of the Linked Server Properties, I check 'Be made using the login's current security context'. When I try opening the table, I get "Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
If I change the SQL server properties to "Use SQL Server authentication" and enter a valid Login Name and Password, I can open the tables in the Linked server.
Any idea why I can't use the Windows authentication? Thanks in advance for your help!
If I change the SQL server properties to "Use SQL Server authentication" and enter a valid Login Name and Password, I can open the tables in the Linked server.
Any idea why I can't use the Windows authentication? Thanks in advance for your help!