Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Linked servers

Author  Topic 

khalik
Constraint Violating Yak Guru

443 Posts

Posted - 2001-10-26 : 03:50:27
hi

new prob this time hope some will come up will help soon

i am trying to access a remote server with my local server
remote server name=starbcc1
local server=khalik
database = custcare
user=sa
password =null

i tried out with this ......
exec sp_addlinkedserver 'starbcc1',sqlserver,'sqlserver','custcare'
exec sp_addlinkedsrvlogin 'starbcc1','false','sa',null

select * from starbcc1.custcare..bill_item

Server: Msg 7403, Level 16, State 1, Line 1
Could not locate registry entry for OLE DB provider 'sqlserver'.

and when i check the remote server in MMC then the it takes other datasource....
wating.....

   

- Advertisement -