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
587 reads
Learn how to create a Linked Server to a Sybase database instance.
2019-05-30
9,935 reads
How to article on changing passwords for linked servers via TSQL and SSMS.
2017-01-26
12,641 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)
325 reads
Here is a step by step procedure to create a linked server to MySQL from SQL Server.
2014-10-13
3,454 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,650 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,017 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)
673 reads
By SQLPals
Get Configuration Change History From the SQL Server Error Logs There...
By SQLPals
How To Gain Access To SQL Server When No DBA ...
Comments posted to this topic are about the item Gentlest of Reminders, Don't Stop...
Gurus, there is a table which is very slow to query , it has...
Hi. I have a query that returns few rows (out of 7 table join,...