Hi. We have a master pkg that calls a very large number of sub packages.
We run std 2008. Is there a best practice for aborting everything? Perhaps throwing an exception in a script or dividing by 0 or using some off the shelf ssis feature for stopping any further execution?
I saw one post where a stop execution method was called but it wasnt clear how and where to use it and if it could be executed from wuthin the process itself.