Answers

Question and Answer:

  Home  Basic SQL Server

⟩ Tell me the use of keyword WITH ENCRYPTION. Create a Store Procedure with Encryption?

It is a way to convert the original text of the stored procedure into encrypted form. The stored procedure gets obfuscated and the output of this is not visible to

CREATE PROCEDURE Abc

WITH ENCRYPTION

AS

<< SELECT statement>>

GO

 145 views

More Questions for you: