I have a control flow SSIS kit that includes a bunch of sql tasks executed in a sequence.
For each of the tasks, I need to test a flag and run the task if set, if not skip and go to the next one.
Each of these tasks performs a stored proc. So if not set, I can test the proc and "Return" If any, I was looking for a solution called "SSIS."