Hi,
I have a requirement where I need to load data from multiples tables for ex: say 5 different tables from different sources (excel, sql server, oracle etc) to 5 different tables in sql server. There is a SSIS job scheduled to run this package everyday night. Everyday, some source tables might not have data so lets say, today, only 3 will tables will load from source to destination and next day will have 2 other tables will load, next some others tables will load and so on., So after every night load, I need to get information on which tables are loaded everyday morning when i check. What is the best way to design this package? Please help
-
reddy