My client has a NAV database with multiple companies. Each company has its own set of tables. Tables are prefixed by a company name:
[Texas$G_L_ entry]
[Alabama$G_L_ entry]
there is a "global" table in the database with all the company names listed.
Currently every company's data has a SSIS package of its own, making maintenance difficult, leaves room for error and not elegant
I would like to use the SSIS "For Each Loop" task to loop over the Company Names in the Company table and then query certain tables from the database and combine the data into a single table in the datawarehouse.
Is it possible? I think so, but I am struggling with it. A detailed example would be great.
↧