Re: how to decrypt a encrypted stored proc in 2005



That won't show it either. You can't see the definition of
encrypted stored procedures - that would kind of defeat the
purpose of encrypting them in the first place.
You need to have the original source code of stored
procedures created with the encryption option.

-Sue

On Wed, 23 Aug 2006 11:41:02 -0700, DallasBlue
<DallasBlue@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Hi,
can I get back the source code of the stored procedure which is created
with 'with encryption' option.
sys.sql_modules/sys.all_sql_modules/syscomments dosent show it even after
logging in DAC. All I see is null in the text column. and no luck with the
trace as well.

has anyone tried attaching a debugger to the server process to get the
encrypted stored procedures text ??

Thanks,
GA

.



Relevant Pages

  • Re: deploy on second machine
    ... Basic Scripting functionality of Enterprise Manger is all you need, ... I am not well versed on moving encrypted stored procedures. ... I consider all of my work the property of my client. ...
    (microsoft.public.sqlserver.programming)
  • Re: SQL Server 7.0 Stored Procedure
    ... > SQL Server provides no way of decrypting encrypted stored procedures. ... > don't encrypt stored procedures personally and I rely on Visual Source ...
    (microsoft.public.sqlserver.programming)
  • Re: SQL Server 7.0 Stored Procedure
    ... SQL Server provides no way of decrypting encrypted stored procedures. ... don't encrypt stored procedures personally and I rely on Visual Source Safe ...
    (microsoft.public.sqlserver.programming)