|
|
Browse by Tags
All Tags » SSIS » DLL
-
Below are the basic steps for adding custom components to SSIS; however, for more in-depth information I highly recommend reading Matthew Roche’s post about deploying and testing custom SSIS components.
1. Register the custom assembly in the Global Assembly Cache (GAC)
Copy the DLL to the c:\windows\assembly\ directory. Note that you ...
|
|
|