Hi,
I need to get the count of how many files having been processed after a Foreach Loop container and using that number to put into a database table.
The database table would have the processed_file_count, job_id, fail_or_success, job_duration.
How do I get those 4 columns' information updated once my SSIS job completes?
Thanks for any suggestions!