You are on page 1of 1

Test Doc,

Store Procedure ex.

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 test


WITH ENCRYPTION
AS
<< SELECT statement>>
GO

You might also like