开发者

Call external process in CLR Stored procedure

开发者 https://www.devze.com 2023-03-07 15:09 出处:网络
I kno开发者_开发知识库w this is not an easy one, nor that it should be very popular. But does anyone know the best way of calling an external assembly with parameters in a trigger or a Stored procedur

I kno开发者_开发知识库w this is not an easy one, nor that it should be very popular. But does anyone know the best way of calling an external assembly with parameters in a trigger or a Stored procedures ? I have tried the CLR strored proc, but I can't add the reference that I need to update a DB2 database. Therefore, I would like to call an external assembly that could do it. Then I would call this assembly in a update trigger.

In SQL Server 2008 R2, the proc sys.xp_cmdshell is blocked by default. So the security guys here will not want to turn that on.

Thanks !


This is obvious that you can't treat a CLR project as a normal project and add references to it. Read this article for more information: http://sqlserver-training.com/adding-external-references-to-sql-clr-projects/-

0

精彩评论

暂无评论...
验证码 换一张
取 消