Deploying SSIS customizations
In this recipe, you are going to deploy the custom task and custom component that you created in the previous recipes in this chapter to the SQL Server instance on your workstation. You are going to copy the assembly files to the destinations used by the SSIS runtime and register them in the Windows Global Assembly Cache (GAC).
You will finish this recipe by implementing both of these customizations in two SSIS packages. You are going to see them in action – at design time, and at runtime.
Getting ready
This recipe depends on the results of the previous two recipes, Designing a Custom Control Flow Task, and Designing a Custom Data Flow Component, in this chapter. You need to complete both previous recipes successfully before you can complete this recipe.
How to do it…
You are going to start these tasks in the file system of your workstation, and then continue in SSDT by completing an existing SSIS solution:
- Use Windows...