I need to import data from 25 dbIV tables. I only need 6 fields from each table. All the info from the 25 tables will be consolidated into 1 sql table. I will need to turn it into a job so that the data is refreshed on a regular basis.
What I would like to do is connect to the db4 database and do a query to only append the 6 needed fields from each of the tables.
I'm not sure how to do this- is it possible with dts? dts from what I've seen only allow one query per import and I don't want to have to have 25 packages for this.
The only other option I see is to import all 25 tables and run sql code against it to pull in the data I want. However, I don't like that idea much as these are big tables.
Any ideas about how to streamline this proccess?
thanks in advance for any ideas.
J
What I would like to do is connect to the db4 database and do a query to only append the 6 needed fields from each of the tables.
I'm not sure how to do this- is it possible with dts? dts from what I've seen only allow one query per import and I don't want to have to have 25 packages for this.
The only other option I see is to import all 25 tables and run sql code against it to pull in the data I want. However, I don't like that idea much as these are big tables.
Any ideas about how to streamline this proccess?
thanks in advance for any ideas.
J