About 1,350,000 results
Open links in new tab
  1. SQL Server - get a list of linked servers - Stack Overflow

    May 5, 2022 · Compare that to, say, SELECT * FROM sys.servers WHERE is_linked = 1;. I am running the following code: EXEC sp_linkedservers Which returns: However, I don't have any …

  2. 2 Ways to Return a List of Linked Servers in SQL Server using T-SQL

    Sep 30, 2019 · If you find yourself needing to use Transact-SQL to get a list of all linked servers in SQL Server, below are two ways you can go about doing this. In the first example I use the …

  3. sp_linkedservers (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 17, 2024 · sp_linkedservers returns the list of linked servers defined in the local server.

  4. Understanding SQL Server Linked Servers

    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 …

  5. How can I tell what database/procedure is using a linked server?

    Jan 28, 2016 · When I'm on Server B, I can see connections from Server A to a certain database but I don't know how to tell what procedure, task, or job from Server A is using that linked …

  6. SQL Server: How to List the Full Properties of all Linked Servers

    Oct 26, 2011 · There are several methods for viewing the details of linked servers in SQL Server. One can use the SSMS UI to view properties or view facets, or one can even read through the …

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

  8. T-SQL query to find the list of objects referring Linked Servers

    Jan 13, 2021 · Query will search by both Linked Server name as well as Data Source such as IP/Host Name. Following is the query.

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

  10. SQL Server Linked Server Connection Test - Thomas LaRock

    Mar 1, 2016 · How To Test Linked Server Connections. It’s easy enough to verify that a linked server connection is working after such events, you just need to navigate and right-click: Of …

  11. Some results have been removed