Hi,
I am thinking about making some useful DB packages out of code that I have worked on over the years and possibly sell them to other developers. I want to hide some code (mainly just stored procedures and some triggers).
I can do this using encyption but I hear that the encryption in SQL SErver is easily cracked. Is there another way to do this? I can't create some dll or something that is called from within a stored procedure (and hide the information in the dll)
I found this post which gave some information on the issue
I am thinking about making some useful DB packages out of code that I have worked on over the years and possibly sell them to other developers. I want to hide some code (mainly just stored procedures and some triggers).
I can do this using encyption but I hear that the encryption in SQL SErver is easily cracked. Is there another way to do this? I can't create some dll or something that is called from within a stored procedure (and hide the information in the dll)
I found this post which gave some information on the issue