如何保护 SQL Server 存储过程
我们有一个应用程序依赖于一些非常有趣且复杂的 MS SQL 存储过程。现在我们希望在共享环境中将数据库与这些过程一起使用。有没有一种方法可以保护/加密/无论如何,以便服务器管理员无法读取(复制)这些存储过程的内容?
We have an application that relies on some pretty interesting and complex MS SQL stored procedures. Now we want to use the database with those procedures in a shared environment. Is there a way to secure/encrypt/whatever so that the contents of those stored procs cannot be read (copied) by the server administrator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

发布评论
评论(3)
~没有更多了~
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
不,系统管理员始终可以获得存储过程的文本。
No, a sysadmin can always get the text of a stored procedure.