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
 General SQL Server Forums
 New to SQL Server Administration
 linked servers

Author  Topic 

swathi3003
Starting Member

23 Posts

Posted - 2013-10-08 : 07:16:16
Hi All,

our application has to integrate with another client application.so i need to send few tables data to another server
.how can i achieve this..after browsing i cam to a conclusion that it will be achieved by Linked servers...what are the details do we need to know from client server?


thank you..

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-10-08 : 07:22:55
you need server name, database name, schema and table names
login details or a mapped login from remote server
see
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=164892

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

James K
Master Smack Fu Yak Hacker

3873 Posts

Posted - 2013-10-08 : 08:08:44
If you have never set up a linked server before, using the graphical user interface might be easier and more intuitive. In SQL Server Management Studio's object explorer, right-click on the Linked Servers node under ServerName -> Server Ojbects and select New Linked Server. The dialog that comes up (there are 3 tabs) gives you a graphical way of specifying all the options you need to specify and test. The gory details are on this MSDN page: http://technet.microsoft.com/en-us/library/ff772782.aspx
Go to Top of Page
   

- Advertisement -