How to upgrade a script in Script Component Plus from 2005 to 2008

How to upgrade a script in Script Component Plus 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 can be easily upgraded to SQL 2008 by following these 10 steps:

  1. Create an SSIS 2005 package and insert the Data Flow Task. Go to data flow design and insert the COZYROC Script Component Plus.
  2. Load a script in the component and break the link to the script. Save the package.
  3. Go to the SSIS 2008 solution. Right-click on the solution and select 'Add Existing Package'.
  4. Select the package you have created in step 1. SSIS 2008 will do an automatic upgrade of the package and show some warnings.
  5. Open the imported package.
  6. Double-click on the COZYROC Script Component Plus and enter the script IDE.
  7. Right-click on the script project and select Properties.
  8. Go to the References tab and add a reference to CozyRoc.SSISPlus.2008 from the "Microsoft SQL Server\100\SDK\Assemblies" folder.
  9. Save and close the project settings. Make sure the script compiles.
  10. Close the script IDE and export the script.

    • Related Articles

    • Where can I find scripts for the Script Task Plus and Script Component Plus?

      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 in Script Task Plus from 2005 to 2008

      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 ...
    • SQL 2012 compatibility and Upgrade

      Existing packages containing Lookup Plus component and designed with SSIS+ 1.5 or older version are incompatible with SQL 2012. To have successful upgrade follow these steps: Install SSIS+ 1.6 or newer on a machine where you have existing packages ...
    • Where can I find the documentation for the Script Task Plus?

      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 ...
    • Match multiple columns with Lookup Plus

      You can match multiple columns using the Lookup Plus component. See the steps below for one possible solution: Create a new data flow. This data flow will build a lookup reference dictionary and store it in a package variable. Insert a data flow ...