存储过程加密 [英] Stored Procedure Encryption

查看:56
本文介绍了存储过程加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

可以帮助我查看加密存储过程吗?

Can Any help me to view a Encrypted Stored Procedure?

推荐答案

否。

在SP上使用WITH ENCRYPTION后,您无法获取文本 - 查看或更改文本的唯一方法是返回脚本的原始文本(希望您在编写脚本时保持安全。)如果你没有,那么你运气不好 - 出于安全原因你不能解密SP。
No.
Once you use WITH ENCRYPTION on an SP, you cannot get the text back - the only way to view it or make changes is to go back to the original text of the script (which hopefully you kept somewhere safe when you wrote it). If you didn''t, then you are right out of luck - you cannot decrypt an SP for security reasons.


这篇关于存储过程加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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