简体   繁体   English

在 SSIS package 中引用外部 dll 服务器部署在 Z9778840A0100CB30C9828ZB5A74

[英]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. 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?我可以知道在数据库服务器中部署 .NET dll 以执行部署在 SQL 服务器中的 DTSX 的步骤吗?

You won't deploy the external DLLs into SQL Server to support your SSIS packages.您不会将外部 DLL 部署到 SQL 服务器中以支持您的 SSIS 包。 Instead, you're going to need to sign the assemblies and then deploy them into the Global Assembly Cache - GAC.相反,您需要对程序集进行签名,然后将它们部署到全局程序集缓存 - GAC。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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