Understanding SQL Server Linked Servers
In this tip we look at how to setup a Linked Server in SQL Server using SQL Server Management Studio.
2022-04-25
In this tip we look at how to setup a Linked Server in SQL Server using SQL Server Management Studio.
2022-04-25
2020-12-14
582 reads
Learn how to create a Linked Server to a Sybase database instance.
2019-05-30
7,854 reads
How to article on changing passwords for linked servers via TSQL and SSMS.
2017-01-26
9,215 reads
Lists instances, aliased linked servers, and databases pattern matched on the linked server and database names
2016-06-03 (first published: 2016-05-06)
323 reads
Here is a step by step procedure to create a linked server to MySQL from SQL Server.
2014-10-13
3,406 reads
In this article, Thomas chronicles the difficulties of troubleshooting a linked server set up, with helpful tips and an exposé of a Linked Server UI flaw.
2014-08-05
5,601 reads
Stored Procedure will list all objects, object type, and linked server name. The stored procedure can either be passed in a linked server name as string or null.
2012-09-17 (first published: 2012-08-23)
1,005 reads
Create a linked server on the fly in this tip.
2009-10-06
3,401 reads
In a scenario where we need to find out all the objects of a LINKED Server and check which object is accessible to us,
we need to write following query:
2009-08-07 (first published: 2009-07-20)
669 reads
By kleegeek
I am thrilled to have been a part of this year’s Storage Field Day...
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
By Steve Jones
Here are the slide decks for my sessions at SQL Saturday Jacksonville 2022 Continuous...
hi, I am trying to execute ssis package from command line. I also tried...
Hello I need to migrate existing sql server 2012 replication to the SQL Server...
Hello, I cant understand what this code is doing, can some one please...