About 1,960,000 results
Open links in new tab
  1. Create linked servers - SQL Server | Microsoft Learn

    May 8, 2024 · This article shows how to create a linked server and access data from another SQL Server, an Azure SQL Managed Instance, or another data source by using SQL Server Management Studio (SSMS) or Transact-SQL.

  2. Linked Servers (Database Engine) - SQL Server | Microsoft Learn

    Oct 8, 2024 · Linked servers enable the SQL Server Database Engine and Azure SQL Managed Instance to read data from the remote data sources and execute commands against the remote database servers (for example, OLE DB data sources) outside of the instance of SQL Server.

  3. How to create and configure a linked server in SQL Server ... - SQL

    Jun 9, 2017 · There are two ways of configuring linked server in SSMS. In this article will be explained how to configure a linked server using a SQL Server data source.

  4. Understanding SQL Server Linked Servers - MSSQLTips.com

    Apr 7, 2022 · Linked Servers are a method by which a SQL Server can talk to another ODBC compliant database, such as another SQL Server instance or an Oracle database, with a direct T-SQL query. There are several important settings to know when setting up a Linked Server.

  5. SQL Server Linked Server Example Query - Stack Overflow

    Nov 3, 2010 · In sql-server(local) there are two ways to query data from a linked server(remote). Distributed query (four part notation): Might not work with all remote servers. If your remote server is MySQL then distributed query will not work. Filters and joins might not work efficiently.

  6. Linked Server in a SQL Server: the good, the bad, and the way …

    Apr 2, 2020 · According to Microsoft, Linked servers enable the SQL Server Database Engine and Azure SQL Database Managed Instance to read data from the remote data sources and execute commands against the remote database servers (for example, OLE DB data sources) outside of the instance of SQL Server. – https://docs.microsoft.com/en-us/sql/relational ...

  7. How do I create and query linked database servers in SQL Server ...

    Oct 9, 2008 · You need to use sp_linkedserver to create a linked server. sp_addlinkedserver [ @server= ] 'server' [ , [ @srvproduct= ] 'product_name' ] [ , [ @provider= ] 'provider_name' ] [ , [ @datasrc= ] 'data_source' ] [ , [ @location= ] 'location' ] [ , [ @provstr= ] 'provider_string' ] [ , [ @catalog= ] 'catalog' ]

  8. How to create Linked server from SQL Server to Azure SQL

    Dec 14, 2021 · Step-1: Connect to SQL Server Instance in SSMS tool and go to Object Explorer. Expand the Server Objects, right click on Linked Server and create a New Linked Server. Step-2: Go to General tab in the new Linked Server window. Under the Server type section, choose the Other data source option.

  9. How to create, configure and drop a SQL Server linked server using ...

    Jul 5, 2017 · Linked servers allow getting data from a different SQL Server instance using single T-SQL statement. This article will explain how to create, configure and drop a SQL Server linked server using system stored procedures.

  10. Create linked server to readable secondary replica in Managed

    Mar 23, 2019 · Azure SQL Database Managed Instance is a fully managed SQL Server Database Engine hosted in Azure cloud that provides most of the Azure SQL Pass and SQL Server functionalities, such as linked servers and built-in free secondary read-only replicas. In this post you will see how to use linked servers to connect to readable secondary replica.

  11. Some results have been removed