Imagine you've an SSIS package with 100 tasks. Each task is connected to one other, so that they all run one after the other - in sequence.
You open the SSIS package in BIDS, and want to run the last 50 tasks only. What is the easiest way to do this?
At the moment, I resort to Disabling the first 50 tasks, and then hitting F5 (start debugging), but this is a pain. And the possibility exists that I will forget to re-enable the first 50 task.