all groups > sql server programming > september 2004 >
You're in the

sql server programming

group:

Encrypt Stored Procedure


Re: Encrypt Stored Procedure John Bell
9/26/2004 7:15:54 PM
sql server programming:
Hi Gabriel

See the thread
"Encrypt Stored procedure" posted today by Bill

John



[quoted text, click to view]

Encrypt Stored Procedure Gabriel
9/26/2004 7:59:53 PM
I have a database with lots of Stored Procedures and I want to encrypt all
them . I need to know if it's an automatically metod to encrypt all of
them.

Thanks
Gabriel .

Re: Encrypt Stored Procedure David Portas
9/26/2004 8:47:12 PM
The CREATE PROCEDURE, CREATE VIEW and CREATE FUNCTION statements have a WITH
ENCRYPTION option that encrypts your code. I suggest you don't bother with
it though. There are freely available utilities that will circumvent this
encryption so it doesn't really provide much protection for your source
code.

--
David Portas
SQL Server MVP
--

Re: Encrypt Stored Procedure David Gugick
9/26/2004 10:14:47 PM
[quoted text, click to view]

It does keep prying eyes away.. if that's important to the OP. It's
kinda like locking your screen door to the porch. Probably not going to
keep a burgler out, but might keep the local teenager from eating your
Twinkies.

--
David Gugick
Imceda Software
www.imceda.com
AddThis Social Bookmark Button