Encrypt the stored procedures to hide details from users
Encrypting a stored procedure will hide the definition of the procedure from users and it definition will not be displayed in the activity monitor.
The procedures can be encrypted by using “WITH ENCRYPTION” clause after the create statement.
ex: Read more…