How do I execute a foreach loop task?

In SSIS, how do I go through a foreach loop in debug to see each step in it individually? I added breakpoints, but they don't seem to break them when debugging?

Thank!

0


source to share


1 answer


I would add an OnPreExecute breakpoint to the first task inside the foreach loop.



+3


source







All Articles