简体   繁体   中英

Referring external dll in the SSIS package deployed in SQL Server

I have created SSIS packages on VS 2010 shell and I am able to successfully deploy my packages to SQL Server and referring external .NET dll in the data flow script component to perform some activities.

May i know steps to deploy the .NET dll in the database server to execute the DTSX deployed in SQL server?

You won't deploy the external DLLs into SQL Server to support your SSIS packages. Instead, you're going to need to sign the assemblies and then deploy them into the Global Assembly Cache - GAC.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM