News

You'll wonder no more how to manipulate SSIS Package Variables via Script Tasks, once you're done reading this little tidbit.
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 variables to ...
There are various ways of using global variables in Microsoft SQL Server 2000 DTS Designer tasks. This article, one in a series, looks into their role in exchanging data between packages, using ...