About 942,000 results
Open links in new tab
  1. SQL Server Linked Server Example Query - Stack Overflow

    Nov 3, 2010 · While in Management Studio, I am trying to run a query/do a join between two linked servers. Is this a correct syntax using linked db servers: databaseserver2.db1.table1 bar …

  2. How to create and configure a linked server in SQL Server Management Studio

    Jun 9, 2017 · There are two ways of configuring linked server in SSMS. One way is by using sp_addlinkedserver system stored procedure and another is by using SQL Server …

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

    Aug 7, 2015 · You need to use sp_linkedserver to create a linked server. sp_addlinkedserver [ @server= ] 'server' [ , [ @srvproduct= ] 'product_name' ] [ , [ @provider= ] 'provider_name' ] [ , …

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

  5. Query remote servers (Database Engine) - SQL Server

    Mar 24, 2023 · In SQL Server, there are three ways to execute a query remotely: This article describes these three methods. OPENQUERY (Transact-SQL) Executes the specified pass …

  6. Querying Active Directory Data from SQL Server

    Dec 27, 2011 · In this tip we walk through how you can query Active Directory from within SQL Server Management Studio. In this tip I’ll show you how to query Active Directory using linked …

  7. Understanding SQL Server Linked Servers

    Apr 7, 2022 · This tip covers creating a Linked Server to another SQL Server instance using the SSMS GUI along with appropriate security options. It will also show how to use the Linked …

  8. Querying remote data sources in SQL Server - SQL Shack

    Jun 10, 2016 · SQL Server provides us with four useful methods to connect to the remote database servers, even other database server types, and query its data within your T-SQL …

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

    Oct 8, 2024 · You can configure a linked server by using SQL Server Management Studio or by using the sp_addlinkedserver statement. OLE DB providers vary greatly in the type and …

  10. Querying a linked sql server - Stack Overflow

    Nov 5, 2015 · [Server] -> Server Objects -> Linked Servers -> [Linked server] -> Catalogs -> [Database] -> [table] then Right click, Script Table as, SELECT To, New Query Window. And …

  11. Some results have been removed
Refresh