Hi
I have two Sql Server located in two different domain, in the domain A , users are connected to sql server by windows authentication mechanism. I have created a linked server to my server2 located in Domain B. now, how users can run query to the server 2 by their windows authentication logins? just for test i have created one login in both server1 and server2 and if i login by this specific sql server login i am able to run query against linked server. but how about the other users ?
Thanks.
Alimardani