Viewing 2 posts - 1 through 2 (of 2 total)
I got the access to the remote server.
Need to run the following proc to get authenticated on remote machine.
EXEC sp_addlinkedsrvlogin 'your linked server name', 'false', 'Login id on the local...
October 3, 2003 at 9:25 am
#477002
EXEC sp_addlinkedserver
@server='DTTAX2',
@srvproduct='',
...
October 3, 2003 at 7:03 am
#476968