MS SQL Server Joins Question:

Explain Linked Server in SQL?

Answer:

Linked Servers is a concept in SQL Server by which we can add other SQL Server to a Group and query both the SQL Server dbs using T-SQL Statements. With a linked server, you can create very clean, easy to follow, SQL statements that allow remote data to be retrieved, joined and combined with local data. Stored Procedure sp_addlinkedserver, sp_addlinkedsrvlogin will be used add new Linked Server.

Read All 49 SQL Server Joins Questions
Previous QuestionNext Question
Explain index in SQL server?Explain Cursor as data base object?