Re: encrypting stored procedures
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 08/27/03
- Next message: Star Fleet Admiral Q: "Re: CHECK REPORT"
- Previous message: david epsom dot com dot au: "Re: Can and Can't insert using DAO on SQL Server linked table"
- In reply to: Richard Douglass: "encrypting stored procedures"
- Next in thread: Jasper Smith: "Re: encrypting stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 26 Aug 2003 21:58:16 -0400
You can script out all the sp's and do a search and replace on the CREATE
PROCEDURE part to add WITH ENCRYPTION. Just make sure you have the source
stored away somewhere safe for future editing on your part.
-- Andrew J. Kelly SQL Server MVP "Richard Douglass" <RichardD@arisinc.com> wrote in message news:%23KoVhCDbDHA.2620@TK2MSFTNGP09.phx.gbl... > I was just informed that I must encrpyt the stored procedures for our > production database to prevent our customers from viewing and/or modifying > them. The WITH ENCRYPTION option works well but we hav 4000+ existing > procedures. > > Any ideas on the easiest (yet secure) way I can lock down the code? > > Thanks! > Richard > >
- Next message: Star Fleet Admiral Q: "Re: CHECK REPORT"
- Previous message: david epsom dot com dot au: "Re: Can and Can't insert using DAO on SQL Server linked table"
- In reply to: Richard Douglass: "encrypting stored procedures"
- Next in thread: Jasper Smith: "Re: encrypting stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|