adspace


Explain linked server in sql?

Answer Posted / Gunjan Sharma

Linked Server is a feature in SQL Server that allows you to access and execute database objects located on other servers as if they were local. It enables data manipulation across heterogeneous data sources, making it possible to perform queries that span multiple databases or even different types of database systems.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is normalization and what are the advantages of it?

1054


Why should you use or avoid select * statements?

1108


How do I start sql server 2017?

1015


How to enter binary string literals in ms sql server?

1243


How can we solve concurrency problems?

1121


How do I find query history in sql server?

1022


Why and when do stored procedure recompile?

1056


Why we use the openxml clause?

1076


Can one drop a column from a table?

1086


What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?

1196


Can we do dml on views?

1035


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1045


When should you use an instead of trigger?

1050


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1212


How to remove duplicate rows from table except one?

1087