SSIS: How do you reuse script in a scripting component in another Package?

Viewed 11252

OK...I have my first SSIS package that uses a Scripting object. I clicked the Script button and wrote a procedure in the Visual Studio for Applications IDE.

Now I want to reuse this code in another package.

What is the best practice to avoid Control+C, Control V?

1 Answers
Related