在 SQL Server 2005 中将不安全程序集部署到生产环境

发布于 2024-08-05 22:01:25 字数 166 浏览 2 评论 0原文

我需要将不安全的 UDF 程序集部署到 SQL Server 2005。
我正在使用 C# 和 Visual Studio 2008。
我需要知道需要采取哪些步骤才能将不安全的程序集顺利部署到客户的计算机上 - 客户的 DBA 是一个非常严格的人,所以我需要向他提供摆弄权限等的充分理由来满足他的要求。

I need to deploy an unsafe UDF assembly to a SQL Server 2005.
I'm using C# and Visual Studio 2008.
I need to know what are the steps that I need to take to allow smooth deployment of unsafe assembly to the client's machine - the client's DBA is a very strict fellow, so I need to satisfy him with a good reasons for fiddling with permissions etc'.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

剧终人散尽 2024-08-12 22:01:25

我想这就是答案:
MSDN 文章 - 创建程序集
使用非对称密钥在客户端对程序集进行签名。

I guess this is the answer:
MSDN Article - Creating an Assembly
Using asymmetric keys to sign the assembly at the client.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文