Manoj Kalla
What is Linked Server?
By Manoj Kalla in SQL Server on Jan 31 2016
  • Roshan Guragain
    Oct, 2016 7

    A linked server allows remote access. Using this, we can issue distributed queries, update, commands, and transactions across different data sources. A linked server has an OLE DB provider and data source. A linked server allows for access to distributed, heterogeneous queries against OLE DB data sources. After a linked server is created, distributed queries can be run against this server, and queries can join tables from more than one data source. If the linked server is defined as an instance of SQL Server, remote stored procedures can be executed.

    • 1
  • Vishal Jadav
    Aug, 2016 5

    Linked server is a object or we can say another database connected in our existing sql connection and saved so that we can treat them as an database entity. ie. serverip.user.table its really helpful for sync.

    • 1
  • Keerthi Venkatesan
    Jun, 2016 8

    Typically linked servers are configured to enable the Database Engine to execute a Transact-SQL statement that includes tables in another instance of SQL Server, or another database product such as Oracle. Many types OLE DB data sources can be configured as linked servers, including Microsoft Access and Excel.

    • 1
  • Nihar Narendra
    Jan, 2017 17

    Linked server is just like another sql instance connected in existing sql server .

    • 0
  • Thiruppathi R
    Jan, 2017 12

    We can link remote server on our server, it is work like usual Database, Linked server must establish connection

    • 0
  • Roshan Guragain
    Oct, 2016 7

    A linked server allows remote access. Using this, we can issue distributed queries, update, commands, and transactions across different data sources. A linked server has an OLE DB provider and data source. A linked server allows for access to distributed, heterogeneous queries against OLE DB data sources. After a linked server is created, distributed queries can be run against this server, and queries can join tables from more than one data source. If the linked server is defined as an instance of SQL Server, remote stored procedures can be executed.

    • 0
  • Roshan Guragain
    Oct, 2016 7

    A linked server allows remote access. Using this, we can issue distributed queries, update, commands, and transactions across different data sources. A linked server has an OLE DB provider and data source. A linked server allows for access to distributed, heterogeneous queries against OLE DB data sources. After a linked server is created, distributed queries can be run against this server, and queries can join tables from more than one data source. If the linked server is defined as an instance of SQL Server, remote stored procedures can be executed.

    • 0
  • Vishal Jadav
    Aug, 2016 5

    Linked server is just like another sql instance connected in existing sql server instance as an object.

    • 0
  • Rajeesh Menoth
    Jun, 2016 7

    Linked Servers allows you to connect to other database instances on the same server or on another machine or remote servers.More Details : http://www.c-sharpcorner.com/uploadfile/suthish_nair/linked-servers-in-sql-server-2008/

    • 0
  • Avikshith Aradhya
    May, 2016 30

    Linked Server is the ability to access data from outside of SQL Server. Typically linked servers are configured to enable the Database Engine to execute a Transact-SQL statement that includes tables in another instance of SQL Server, or another database product such as Oracle

    • 0
  • Amol Sontakke
    May, 2016 6

    http://www.dotnetfunda.com/interviews/show/370/what-is-a-linked-server

    • 0
  • Ashish Srivastava
    Apr, 2016 27

    Linked Servers allows you to connect to other database instances on the same server or on another machine or remote servers.

    • 0
  • Vivek Kumar
    Apr, 2016 17

    Linked Servers allows you to connect to other database instances on the same server or on another machine or remote servers.

    • 0
  • Keerthi Venkatesan
    Mar, 2016 31

    Linked Server is To connect two different databases. By using Linked server we can easily access the other server tables.

    • 0
  • Keerthi Venkatesan
    Mar, 2016 31

    Linked Server is To connect two different databases. By using Linked server we can easily access the other server tables.

    • 0
  • Pankaj  Kumar Choudhary
    Feb, 2016 9

    It is mainly used for make the connection of sql server with other database server like oracle,Sql Server

    • 0
  • Munesh Sharma
    Feb, 2016 9

    http://www.c-sharpcorner.com/uploadfile/suthish_nair/linked-servers-in-sql-server-2008/

    • 0
  • Thennarasu N
    Feb, 2016 2

    Configure a linked server to enable the SQL Server Database Engine to execute commands against OLE DB data sources outside of the instance of SQL Server

    • 0
  • Anil Kumar Murmu
    Feb, 2016 2

    Connect with other servers. It could be SQL or Oracle or any other server.

    • 0
  • Manoj Kalla
    Jan, 2016 31

    Connect with other SQL server(s) and Query both the server database.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS