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

    May 5, 2022 · Do you have an instance with at least one linked server, where you could test for yourself? Compare that to, say, SELECT * FROM sys.servers WHERE is_linked = 1;.

  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. How to find linked_server name in sql server management studio?

    Aug 8, 2016 · To get a list of linked servers use: EXEC SP_LINKEDSERVERS If you want to SELECT something from Linked server: SELECT * FROM …

  4. How to test linkedserver's connectivity in TSQL - Stack Overflow

    Apr 17, 2012 · So I wanted to check linkedservers connectivity first and then if it's successful run the query, if not just move on to next the remote server. I tried to put OPENQUERY in TRY - …

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

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

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

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

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

    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 …

  9. Script to check all your linked server connections for SQL Server

    May 27, 2010 · Using Powershell and a Central Management Server you can quickly check your linked servers for connectivity. Every now and then you may have the need to check and verify …

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

  11. Some results have been removed
Refresh