Re: Encryptin stored procedures
From: Jasper Smith (jasper_smith9_at_hotmail.com)
Date: 10/28/04
- Previous message: Mani: "Controlling create & drop proc, view privilege"
- In reply to: Gaby: "Encryptin stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 27 Oct 2004 23:20:19 +0100
Search google for "decrypt SQL stored procedure"
Not sure what you mean by the second part. Specifying WITH ENCRYPTION for
your CREATE PROCEDURE script will generate an encrypted stored procedure but
the script itself is plain text.
-- HTH Jasper Smith (SQL Server MVP) http://www.sqldbatips.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "Gaby" <msdn@rmya.com.ar> wrote in message news:OcjhQ5CvEHA.944@TK2MSFTNGP11.phx.gbl... > Is there any way to generate a script of an encrypted stored procedure? > > > > I supose that itsn't, so, is there are any way to encrypt a script so that > I > can generate a encrypted stored prodcedure? > >
- Previous message: Mani: "Controlling create & drop proc, view privilege"
- In reply to: Gaby: "Encryptin stored procedures"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|