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...
I've recently been digging into SQL Server 2005 Integration Services (SSIS), and I'm really impressed with how powerful a tool this package can be, and the wide range of tasks that can be accomplished in a short amount of time. Lately I've been researching...