![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a table with 40,000 keys on SQL Server. In a SQL Task I can create a recordset from that table as an output parameter in a global variable. I have ODBC access to an Informix DB in DTS. I don't know how to join the Informix Table with the SQL table. I don't know how to make the Informix a Linked Server. So, I would like to join the recordset Global variable with the Informix table. How to do this? An alternative is to loop thru the recordset as described in the Darren Green article http://www.sqldts.com/?298. For every row, we can do a select from Informix. That's 40,000 Selects! I am afraid that will run until next year. Any help will be appreciated. --- Posted using Wimdows.net NntpNews Component - Post Made from http://www.SqlJunkies.com/newsgroups Our newsgroup engine supports Post Alerts, Ratings, and Searching. |
![]() |
| Thread Tools | |
| Display Modes | |
| |