About 9,990,000 results
Open links in new tab
  1. Create Linked Servers - SQL Server | Microsoft Learn

    Sep 11, 2025 · 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 …

  2. Understanding SQL Server Linked Servers

    Jun 19, 2025 · 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 …

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

    Linked servers allow submitting a T-SQL statement on a SQL Server instance, which returns data from other SQL Server instances. A linked server allows joining data from several SQL Server …

  4. Using Linked Servers in SQL Server: A Complete Guide with …

    Oct 16, 2025 · Unlock seamless data integration with SQL Server Linked Servers! This guide provides a step-by-step walkthrough on configuring and querying remote data sources, …

  5. How to Create a Linked Server in SQL Server? [Step-by-Step Guide]

    Apr 17, 2023 · It provides a way to access data stored in a remote server, as if it were stored in the local server. In this blog post, we will discuss the technical steps to create a Linked Server …

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

    Nov 21, 2023 · Configuring a linked server in SQL Server Management Studio (SSMS) involves a few steps, and the process can vary depending on the databases you want to link. Here's a …

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

    Dec 5, 2025 · Linked servers enable the SQL Server Database Engine and Azure SQL Managed Instance to read data from remote data sources and execute commands against remote …

  8. How to Add a Linked Server - SQL Server Planet

    Nov 21, 2010 · There are two ways to add another SQL Server as a linked server. Using the first method, you need to specify the actual server name as the “linked server name”. What this …

  9. Creating a Linked Server to SQL Server - MSSQL DBA Blog

    Mar 4, 2019 · Open SQL Server Management Studio (SSMS) and connect to your server, 2. Expand Server Objects. 3. Right-click Linked Servers. 4. Select New Linked Server. 5. A New …

  10. Create a Linked Server in SQL Server (T-SQL Example)

    Oct 2, 2019 · This article provides an example of creating a linked server in SQL Server using Transact-SQL. Using T-SQL enables you to create the linked server without relying on a …