SQL Server : Encrypt / Protect stored procedure

后端 未结 2 1989
梦谈多话
梦谈多话 2021-01-28 06:42

I am just wondering any good tools or software that you can recommend me to protect / encrypt my stored procedure that was developed on SQL Server 2008 R2 ?

I read about

2条回答
  •  轮回少年
    2021-01-28 07:35

    It's not free, but you could give SqlShield a try

    SQL Shield is a built-in tool for MSSQL, SQL Express and MSDE servers that offers hacker-proof encryption for triggers, views and procedures

提交回复
热议问题