Home > Database > Mysql Tutorial > body text

Detailed explanation of MSSQL stored procedure encryption

一个新手
Release: 2019-02-22 17:40:50
Original
2526 people have browsed it

Recently, the company arranged for me to learn about a new project. This project has a mysterious code, and of course the stored procedures are also very strange. No one knows what is in it. No more complaining, I have to change it for him anyway. . . .

Recommended related mysql video tutorials: "mysql tutorial"

An error occurred after executing the above statement :
object The name 'sys.sysobjvalues' is invalid

You can enter admin:PC201708261115 in the user name of File-New-Database Engine Query. <-------This is the DAC link (administrator link)

Note: I executed this in the local database

Create PROCEDURE [dbo].[sp_windbi$decrypt ]

/***************创建加密的存储过程*******************/
Create Procedure Proc_test_Encryption with encryptionAS
----可以换成任意的逻辑
select * from DemoTablego
Copy after login

The above is the detailed content of Detailed explanation of MSSQL stored procedure encryption. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!