How can I connect SQL server 2005 to DB2 on AS400?

Q:  How can I connect SQL server 2005 to DB2 in As400?

Jason Hall says:  On your SQL Server machine you should create an ODBC data source that connects to your DB2 instance. Once the datasource exists you should create a linked server inside of SQL Server. This linked server will allow you to run queries on your DB2 instance from within the SQL Server query engine. For more information you should look up “Linked Servers” in SQL Server 2005 books online.

Technorati Tags:



Leave a Reply