When creating an SSIS package, keep mind the power of creating dynamic Property Expressions. Any Read/Write property of a package, task, event, manager, etc can be manipulated at runtime via Property Expressions to change the behavior of a deployed, otherwise static SSIS package. This gives the developer...