I have one SSIS packages that has many of SQL Execute task. I want to know whether a particular task has passed or not. Is it possible for me to get email for all the tasks, to trace whether the package has failed or has passed? It would be also helpful I can get count of rows the "SQL Execute" task has executed.
P.S. : I am running package through SQL Agent job.
Thanks