October 17, 2005 at 8:56 am
Guys,
To be able to access remote sql server 2000, I have activated DTC (Distributed Transaction Coordinator) on the server hosting sql server 2000
Then I ran the following script to add the server
EXEC sp_addlinkedserver
'PROTOSRV\TYPE',
N'SQL Server'
then I tried to access data on this server by running the following query
select * from [PROTOSRV\TYPE],[DBNAME].[dbo].[employee]
I get the following error
"
Server: Msg 18456, Level 14, State 1, Line 1
Login failed for user 'sa'.
"
I have tried to look up in help but it does not have any clear fix for this.
Any suggestions/inputs would help
Thanks
October 18, 2005 at 4:30 am
Hi,
Have u enabled RPC in out.
Map the logins and remote logins too.
from
Killer
October 20, 2005 at 10:08 am
Hi
Please check the sa login id and password u have given for the remote login.Probably it is not correct and so it is not allowing u to access.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply