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.
| 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 sooni am trying to access a remote server with my local serverremote server name=starbcc1local server=khalikdatabase = custcareuser=sapassword =nulli tried out with this ......exec sp_addlinkedserver 'starbcc1',sqlserver,'sqlserver','custcare'exec sp_addlinkedsrvlogin 'starbcc1','false','sa',nullselect * from starbcc1.custcare..bill_itemServer: Msg 7403, Level 16, State 1, Line 1Could 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..... |
|
|
|
|
|