Hi,
I set up a linked server.
On the local server, in Enterprise Manager, linked server properties, security, I have four choices:
1.) Not be made
2.) Be made w/o using a security context
3.) Be made with the login's current security context
4.) Be made using this security context (type in login/pwd)
Basically, ALL I want is to use a SQL Server login on the remote server to run the queries on the remote server. I thought that using choice #4, in addition to running sp_addlinkedserverlogin would do the trick.
But I am getting errors that it can't perform the query on the remote server.
What am I doing wrong here?
Thanks
I set up a linked server.
On the local server, in Enterprise Manager, linked server properties, security, I have four choices:
1.) Not be made
2.) Be made w/o using a security context
3.) Be made with the login's current security context
4.) Be made using this security context (type in login/pwd)
Basically, ALL I want is to use a SQL Server login on the remote server to run the queries on the remote server. I thought that using choice #4, in addition to running sp_addlinkedserverlogin would do the trick.
But I am getting errors that it can't perform the query on the remote server.
What am I doing wrong here?
Thanks