-
decrypt store procedures in MS SQL 2000
I am looking for a way to script out encrypted store procedures.
In MS SQL 7.0 we use "WITH ENCRYPTION" before sending the scripts.
This no longer can be done as it seems there is no way to script out from
database once it is encrypted in MS SQL 2000.
Anyone know how to script out if store procedure is encrypted?
thanks in advance,
Tak
-
Re: decrypt store procedures in MS SQL 2000
No. That's the whole purpose of encrypting, so one cannot read the lines in
syscomments.
-Tim
"Tak Man" <tman@cogsdale.com> wrote in message
news:3ea92c3b$1@tnews.web.devx.com...
>
> I am looking for a way to script out encrypted store procedures.
> In MS SQL 7.0 we use "WITH ENCRYPTION" before sending the scripts.
> This no longer can be done as it seems there is no way to script out from
> database once it is encrypted in MS SQL 2000.
>
> Anyone know how to script out if store procedure is encrypted?
>
> thanks in advance,
> Tak
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|