Hello.
We have about 100 and growing flat file databases from Faircom (Ctree Server). I have the ODBC driver and was already successful at creating the export/import form it to SQL Server Express 2005 using the Visual Importer.
My questions are related to scalability. Since I have 100, would I have to create 100 packages that did the same thing or could one package use some sort of input file(that contained a list of the directories or DSNs) and ETL
the data?
I would want something to be able to be run on a scheduled basis although not sure it needs to be a service.
That's about the main goal at this point. Any suggestions?
I might also be interested in the BI tool.
Cris