dbTalk Databases Forums  

Trying to create a linked server from an SQL Server to another SQL Server on another machine.

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Trying to create a linked server from an SQL Server to another SQL Server on another machine. in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
gdev
 
Posts: n/a

Default Trying to create a linked server from an SQL Server to another SQL Server on another machine. - 09-11-2007 , 10:59 PM






I'm Trying to create a linked server from an SQL Server to another SQL
Server on another machine.

Can anyone suggest some good reference material or tutorials?? So far
I'm only finding examples for a linked server to an ACCESS database.


Thanks in Advance!


Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: Trying to create a linked server from an SQL Server to another SQL Server on another machine. - 09-12-2007 , 02:43 AM






gdev (paul.afamdi.okeke (AT) gmail (DOT) com) writes:
Quote:
I'm Trying to create a linked server from an SQL Server to another SQL
Server on another machine.

Can anyone suggest some good reference material or tutorials?? So far
I'm only finding examples for a linked server to an ACCESS database.
There are plenty of examples in the topic for sp_addlinkedserver.

In many cases, it is as simple as:

exec sp_addlinkedserver THATSERVEROVERHERE
exec sp_serverioption THATSERVEROVERTHERE, 'data access', true

Authentication does not always work though, and in this case
sp_addlinkedsrvlogin comes to the rescue.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.