Hi,
I have a SQL job that executes a SSIS package. This package truncates and reloads 32 tables and all table reloads happens simultaneously within the container in the Package. whenever there is a JOb failure due to some reason, i had to rerun the job which will again truncate and reload all the tables taking long time. In case of job failure, I want to see the status of tables, i.e. how many tables were fully loaded and how many partially loaded when the job failed. so that i can just reload only the partially loaded tables instead of rerunning the complete job and save time.
Please advice how can i acheive this.
Thanks