Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Programming / Connectivity / January 2006

Tip: Looking for answers? Try searching our database.

SQL 2000 Linked Server - Error 6: SQL Server not found

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Swit - 24 Jan 2006 00:11 GMT
I am new to linked servers and basically I want to query data from several
tables on server A and then insert that data into a simple table on server B.
I am hoping to do this from within a stored procedure on Server A rather
than writing a small app.

My limited research has been telling me that I need to have Active Directory
running and Kerberos support enabled of which I know we do not have running.  
That seems to be a bit of overkill for my simple task I am attempting to
accomplish.

When I create the linked server and attempt to access the Tables node I see
nothing and obtain the above noted error.  I know the password is correct
because I can connect directly to server B using this password  from within
Enterprise Manager.

Am I truly unable to do this, am I missing a small step, or should I not be
using Linked Servers at all and attempt this via another approach.

Thanks for any help.

P.S. a fellow co-worker tells me that he is using Linked Servers for a
different app but when he helps me he is unable to get this working either.  
That tells me we shouldn't need Active Directory, etc as mentioned above.
Swit - 24 Jan 2006 23:31 GMT
> I am new to linked servers and basically I want to query data from several
> tables on server A and then insert that data into a simple table on server B.
[quoted text clipped - 19 lines]
> different app but when he helps me he is unable to get this working either.  
> That tells me we shouldn't need Active Directory, etc as mentioned above.

follow up:
it appears I can issue the following commands and obtain data within Query
Analyzer connected to Server A.  Why then am I having such a hard time
attempting to connect within EM.

EXEC  sp_addlinkedserver @server='B', @srvproduct='',@provider='SQLOLEDB',
@datasrc='B\instance1'
GO
EXEC sp_addlinkedsrvlogin 'B', 'false', NULL, 'BUID', 'Bpwd'
GO

SELECT * FROM OPENQUERY(B, 'SELECT * FROM database.owner.table')

EXEC sp_droplinkedsrvlogin 'B', NULL
GO
sp_dropserver 'B', 'droplogins'
Go
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.