Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BULK Encryption of Stored Procedures
Message
De
05/04/2004 14:48:06
 
 
À
30/03/2004 07:27:50
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Divers
Thread ID:
00890713
Message ID:
00892394
Vues:
20
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform