HI,
I'm alos facing the same issue.
We havea server which is in Domain and is Running on SQL Server 2000 and with windows authentication.
Now we have another server running on 2005 and is not part of any domain and running in mixed mode. Now I want ot create a linked server on the 2nd server to the one which is running in domain. Wht should I do? I already created a user in domain and granted the necessary db access in 1st server. and created the same user (with same user id and p/w) in 2nd server which is not in domain and granted the db access. But still I'm not able to access the tables.
Error Message: TCP Provider: An existing connection was forcibly closed by remote host.
Reason: Not associated with trusted sql server connection.
Can anybody help and give a step by step process to handle the situation.