Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sepidaran
Starting Member
1 Post |
Posted - 2010-07-06 : 01:49:41
|
HI everybodyI want to encrypt my store procedures,for this reason I use AS WITH ENCRYPTION instead of AS. but I see a lot of tools that can decrypte them.I want that no one can see their content.what do am I to solve this problem?regards. |
|
Kristen
Test
22859 Posts |
Posted - 2010-07-06 : 02:36:11
|
I don't know of anything that will do this, and yes you are right the encryption is "weak"We use encryption to prevent causal viewing, and more importantly alteration, to Sprocs.Beyond that we use our licence agreement to enforce our Intellectual property, and mostly we Host the application ourselves. |
|
|
|
|
|