C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
iOS
Java
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
20
Reply
What is Linked Server?
Manoj Kalla
9y
3.3k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
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.
Roshan Guragain
9y
1
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.
Vishal Jadav
9y
1
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.
Keerthi Venkatesan
9y
1
Linked server is just like another sql instance connected in existing sql server .
Nihar Narendra
8y
0
We can link remote server on our server, it is work like usual Database, Linked server must establish connection
Thiruppathi R
8y
0
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.
Roshan Guragain
9y
0
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.
Roshan Guragain
9y
0
Linked server is just like another sql instance connected in existing sql server instance as an object.
Vishal Jadav
9y
0
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/
Rajeesh Menoth
9y
0
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
Avikshith Aradhya
9y
0
http://www.dotnetfunda.com/interviews/show/370/what-is-a-linked-server
Amol Sontakke
9y
0
Linked Servers allows you to connect to other database instances on the same server or on another machine or remote servers.
Ashish Srivastava
9y
0
Linked Servers allows you to connect to other database instances on the same server or on another machine or remote servers.
Vivek Kumar
9y
0
Linked Server is To connect two different databases. By using Linked server we can easily access the other server tables.
Keerthi Venkatesan
9y
0
Linked Server is To connect two different databases. By using Linked server we can easily access the other server tables.
Keerthi Venkatesan
9y
0
It is mainly used for make the connection of sql server with other database server like oracle,Sql Server
Pankaj Kumar Choudhary
9y
0
http://www.c-sharpcorner.com/uploadfile/suthish_nair/linked-servers-in-sql-server-2008/
Munesh Sharma
9y
0
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
Thennarasu N
9y
0
Connect with other servers. It could be SQL or Oracle or any other server.
Anil Kumar Murmu
9y
0
Connect with other SQL server(s) and Query both the server database.
Manoj Kalla
9y
0
Message