Although no longer supported, scripts for the Script Task Plus can be found at the following link. We are now supporting scripts for JavaScript Task and JavaScript Component instead. JavaScript Task is an SSIS Control Flow Task that allows ...
How to upgrade a script from 2005 to 2008 In order for this process to work, you must have both SQL 2005 and 2008 installed side-by-side on the same machine. Most of the scripts published in the public script repository are for SQL 2005. However they ...
How to upgrade your script from 2005 to 2008 In order for this process to work, you must have both SQL 2005 and 2008 installed side-by-side on the same machine. Most of the scripts published in the public script repository are for SQL 2005. However ...
You can find documentation related to all the COZYROC SSIS+ Component Suite components from the main products page. Specific documentation for the Script Task Plus can be found at the following link. For many of the components you can find ...
To iterate and modify the variables used by a package, follow these steps: Create a script task. Reference CozyRoc.SSISPlus library. In the script get reference to a package connection manager. Get connection manager InnerObject property and cast it ...