You'll wonder no more how to manipulate SSIS Package Variables via Script Tasks, once you're done reading this little tidbit. While not a difficult task, the question of how to manipulate SSIS package ...
SQL Server SQL Server Integration Services supports variables, both system and user-defined. This enables an SSIS package to be truly dynamic in almost any way we want. The trick is mapping the ...