Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BULK Encryption of Stored Procedures
Message
From
05/04/2004 14:48:06
 
 
To
30/03/2004 07:27:50
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Miscellaneous
Thread ID:
00890713
Message ID:
00892394
Views:
21
If you select all of the stored procedures in enterprise mgr, and generate one sql script for all drops into a "DropAllProcs.sql" and then generate one sql script for all creates into a "CreateAllProcs.sql", then you may be able to:
1. drop all
2. use search / replace in the "CreateAllProcs.sql"
to add the with encrypt
3. run the modified create all script
Hope this works for you (that is, if you only want a mediocre level of protection.)
HTH.
-Stephen
Carpe Codum.
Previous
Reply
Map
View

Click here to load this message in the networking platform