Month: December, 2006

How to query accross servers using MS SQL Server.

28 December, 2006 (17:08) | SQL

Sometimes you need to query across servers, even servers of different type such as doing a table join from MySQL to Oracle. I’m going to show you two ways you could do this if you have access to an SQL Server. There are ways to do this with other servers, and there are […]