Going from server1 to server 2 is much easier. You can just create a sql server login on server 2, give it the appropriate rights.
Then on server 1 create a linked server and then on the security tab select the option for be made using this security context and use the sql server login that...
I solved this situation myself a few days ago, sorry for not posting the answer sooner. I did not have to change my server to sql authentication.
Here is what I did.
I created a system DSN connection to my server(server1) on t remote server (server2).
I then changed server2 service account...
Just wanted to add a little more to the description to help make sure my question is as clear as possible.
User will log call stored
procedure on Server 2 being authentication with a SQL Server login, the
stored procedure needs to then make a call to Server 1 which is NT
Authentication only.
I have 2 sql servers that I need to link together.
Server 1 has the following details:
Windows Authentication Only
NT Domain (cannot upgrade to Active Directory at this time)
SQL Server 2000
Server 2 has the following details
Mixed Authentication
Active Directory
SQL Server 2000
I am need...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.