Link to home
Start Free TrialLog in
Avatar of Amien90
Amien90

asked on

trouble linking servers

i have a SQL in database engine .. it has a windows authen and works... now i want to add this server as a linked server

going to linked server --> new server.. then choose SQL server and fill in the SQL servername ... but what do i fill in at the security tab?

Thanks in advanced
ASKER CERTIFIED SOLUTION
Avatar of Mohed Sharfi
Mohed Sharfi
Flag of Sudan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Chris Luttrell
that depends on how you want security to work?  If you want all users to only be able to use the linked server if their current credentials are valid on both databases, use the "Be made using the login's current security context" option.  If you want to create a link that will work on the linked server even if the current user does not have access to it, you have to use the last option, "Be made using this security context:" and provide a valid remote login/pw that has access to the remote db.