Auf Microsofs
SQL 2000 Sever FAQ steht, daß es möglich sein soll, mit allen SQL Server Anwendungen andere Datenbanken abzufragen. Auch das Clienttool ist eine solche Anwendung. Voraussetzung dafür ist natürlich die Installation eine ODBC-Treibers für Informix auf jedem Client oder einem OLE DB Provider.
- Angabe ohne Gewähr, also vor Kauf testen!
----------------------
Can I query other databases from a SQL Server application?
Yes. Within a Transact-SQL statement, you can access any database for which you have an OLE DB provider or ODBC driver. Additionally, you can create a linked server. A linked server is a virtual server that has been defined to SQL Server with all the information needed to access an OLE DB data source. After a linked server is defined, it can be used in Transact-SQL statements to reference data objects in that linked server for greater location transparency. If an application requires data from a mainframe using the Systems Network Architecture (SNA) protocol, you will also need Microsoft SNA Server.
------------------------