通过简单的步骤从Sql服务器执行.Net代码. [英] Executing .Net code from Sql server in simple steps.

查看:84
本文介绍了通过简单的步骤从Sql服务器执行.Net代码.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想知道是否有一种方法,无需注册程序集和其他win32.dll文件,我们就可以使用sql调用.net函数. 我已经使用程序集成功执行了CLR集成,并且代码运行正常.但是几乎没有什么限制,每次C#代码更改时,我们都需要更改程序集.因此,我想知道还有其他处理方法.

Hi,

I would like to know is there a way that without registering the assemblies and other win32.dll files, we can call .net functions using sql.
I have successfully executed the CLR integration using the assemblies and the code is working fine. But there are few limitations that everytime the c# code changes then we need to alter the assemblies. So i would like to know is there any other way of doing things.

推荐答案

不,没有其他方法.程序集作为二进制Blob存储在数据库中.如果重新编译,则需要对其进行更新.
No, there is no other way. The assembly is stored in the database as a binary blob. If you recompile it, it needs to be updated.


这篇关于通过简单的步骤从Sql服务器执行.Net代码.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆