In my last two articles, I discussed how to read and write to files using Visual Basic Scripting Edition (VBScript). This week we discuss how to declare and use variables, constants and strings. In ...
Functions should be self-contained. Always. Of course, if you *do* insist on breaking the rules, just Dim the variable outside of any sub or function and it is global. You can't control whether or not ...
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 ...