Hi All,
The problem I am having is I have 5 individual SSIS packages that load data from a file source. The packages load the data into their respective tables, and at the end it gets a record count from the file and a record count from the table and inserts the record count into a Log Table.
This works fine when running each package seperately in BIDS, but when running the package from SQL Server Manager or in BIDS (running each package from within another package) the table record count gets inserted, but the file record count does not.
Can anyone help?