Using variables in SSIS packages is really the key to getting work done elegantly. In this example Marco shows how to control whether a package downloads a daily or weekly file. Almost anything can be set or changed using a variable, and in turn that can be set externally if you choose to allow it. One note - all variables have a 'scope', make sure you select the appropriate scope or you'll be scratching your head wondering why the value isnt' visible.
↧