About 2,090,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. How to create and configure a linked server in SQL Server ... - SQL

    Jun 9, 2017 · How to create, configure and drop a SQL Server linked server using Transact-SQL; How to query Excel data using SQL Server linked servers; How to configure a Linked Server using the ODBC driver; How to create a linked server to an Azure SQL database

  3. 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.

  4. 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.

  5. Selecting data from two different servers in SQL Server

    Dec 30, 2021 · 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.

  6. 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.

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

    Oct 9, 2008 · I need to do a join across two different database servers (IPs 10.0.0.50 and 10.0.0.51). What's the best way? The solution I found: 1) Run a stored proc. 2) Verify that the servers were linked (lists linked servers) 3) Run the query using the format. [10.0.0.51].DatabaseName.dbo.TableName.

  8. How to link two SQL Server instances with Kerberos - SQL Shack

    Jul 5, 2018 · In this article, we will first review the different steps to follow in order to create a linked server to another SQL Server instance using SQL Server Management Studio. We will then test the linked server connection using the “identity forwarding” settings and see the error message that should come up.

  9. Linked Server in a SQL Server: the good, the bad, and the

    Apr 2, 2020 · While Linker Server feature is making it easy to join tables between two or more different servers, it’s not free and it comes with a price tag – performance overhead.

  10. How to create linked servers from SQL managed instance using …

    Jan 29, 2024 · It is certainly possible to create Linked Servers on SQL Managed instance (SQL MI) to connect to other PaaS databases such as other SQL MIs, Azure SQL Databases or Synapse databases using Entra Authentication. At the time of writing, we support 2 specific use cases. Here you will find the official article. These scenarios are the following.

Refresh