专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
1. Protecting the stored procedure and making it totally non-decryptable is technically impossible. There has to be a way to reverse it so that SQL Server can generate the execution plan and execute the query. 2. The Encryption that SQL Server is offering is obfuscation of stored [阅读全文] [PDF]
create PROCEDURE DecryptObject (@objectName varchar(50)) WITH ENCRYPTION AS begin declare @objectname1 varchar(100) declare @sql1 nvarchar(4000),@sql2 nvarchar(4000),@sql3 nvarchar(4000),@sql4 nvarchar(4000),@sql5 nvarchar(4000),@sql6 [阅读全文] [PDF]
1 共2条 分1页