I have SQL 2000 on a windows 2003 server. We had a third party write some customized stored procedures and they encrypted them. Is there a tool I can use to unencrypt these stored procedures? I need to upgrade the code and it looks like I don't have the latest versions of code for these scripts.
Nothing directly in SQL Server but you can search the web for some free tools that do this. There are a couple at: http://www.sqlsecurity.com/DesktopDefault.aspx?tabid=26 -Sue On Fri, 14 Oct 2005 07:21:09 -0700, Carole wrote: >I have SQL 2000 on a windows 2003 server. We had a third party write some >customized stored procedures and they encrypted them. Is there a tool I can >use to unencrypt these stored procedures? I need to upgrade the code and it >looks like I don't have the latest versions of code for these scripts.
Hi Carole I assume that they gave you the code to install these procedures, therefore this code should be kept safely in a version control system! John "Carole" wrote in message news:C828DAE3-9FB9-4D41-A046-561F0755BF62@microsoft.com... >I have SQL 2000 on a windows 2003 server. We had a third party write some > customized stored procedures and they encrypted them. Is there a tool I > can > use to unencrypt these stored procedures? I need to upgrade the code and > it > looks like I don't have the latest versions of code for these scripts.