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 create stored procedure with encryption and is it possible to get it decrypted in case I have bugs in the program?
Also, came across CLR but I don't think I want to create a stored procedure in Visual Studio environment. Or I could be wrong.
Hope you can give me some advise while I am still researching on this topic.
Final objective would be, I don't want people to view my stored procedure and steal it for own use.
Thanks.