SQL Linked Server Connection
I have an ODBC connection to a Firebird database that tests successfully. Is there a way to use this ODBC connection within SQL Server 2008 to access t
May 15th, 2014 5:31pm
As you already wrote in the subject you can use a
Linked Servers (Database Engine) to access the Firebird database.
Free Windows Admin Tool Kit Click here and download it now
May 16th, 2014 2:34am


