﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server Security Skills / Testing Center  / How can I unencrypted a stored procedure / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 09:37:38 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Thanks again for your help with this.  It seems as I've only got a trial version the button is greyed out.  I can't get to it with an old or new project up or even with nothing but the first screen :angry:</description><pubDate>Wed, 28 Nov 2012 02:10:30 GMT</pubDate><dc:creator>simon.letts</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>I am using version 8.1  .    There is a "Filter Setup" button that has a funnel icon.  If you click this, it will show what is AND what is not included in the results pane.  Make sure that "Stored Procedure" is checked.  This might  be why you do not see them.</description><pubDate>Tue, 27 Nov 2012 14:30:10 GMT</pubDate><dc:creator>Russf</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Have downloaded v10 now so can see the option.  Hoever it now only seems to compare tables and users, no other objects !?!?</description><pubDate>Tue, 27 Nov 2012 09:16:50 GMT</pubDate><dc:creator>simon.letts</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Thanks for your help with this, I'd love to get it working.  However I dont see that 'option' :(  Only an option to 'add with encryption'    I have SQL Compare v6</description><pubDate>Tue, 27 Nov 2012 08:56:28 GMT</pubDate><dc:creator>simon.letts</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Under Options, ensure that "Decrypt Encrypted objects on 2005 and 2008 databases"  is checked.   Otherwise you will get "-- Text was encrypted" .</description><pubDate>Tue, 27 Nov 2012 08:11:27 GMT</pubDate><dc:creator>Russf</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Just tried Redagte on a 2005 DB and it tells me its encrypted!!?</description><pubDate>Tue, 27 Nov 2012 07:28:01 GMT</pubDate><dc:creator>simon.letts</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Red Gate's SQL Compare will un-encrypt an  "encrypted" stored procedure.1) Start SQL Compare.2) Specify the database , containing the encrypted procedure(s) ,  as  both the source and target (can pick a different db if you wish as the target).3) Click COMPARE.4) In the results window, click on the stored procedure that you are interested in and BAZINGA.....  there is the source code.I was using version 8.1.0.360 in case your experience varies.  I was using SQL 2005 .  I tried on SQL 2000 and it also worked.</description><pubDate>Wed, 06 Jun 2012 13:17:48 GMT</pubDate><dc:creator>Russf</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>No problem whatsoever if you want to decrypt stored procedures, tables or any other database in SQL server then you can just get the perfect solution from: [url=http://tech.groups.yahoo.com/group/DecryptSQLServer2008/]http://tech.groups.yahoo.com/group/DecryptSQLServer2008/[/url]</description><pubDate>Tue, 05 Jun 2012 11:48:43 GMT</pubDate><dc:creator>jack.rider.rider</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Hi,Recently, I read one article about SQL Decryptor which explains the SQL Server encryption and decryption process. you can take help from it to get points clear about sql decryption for the encrypted database which included encryption of stored procedures, views, rules, etc.[url=http://www.articlesbase.com/software-articles/sql-decryptor-finest-solution-to-de-encrypt-sql-database-5902847.html]http://www.articlesbase.com/software-articles/sql-decryptor-finest-solution-to-de-encrypt-sql-database-5902847.html[/url]</description><pubDate>Wed, 16 May 2012 05:24:50 GMT</pubDate><dc:creator>johnycruen</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Hello,I am using SQL 2000 and I've same Problem here. and yes the script does work to solve the encrypted SP.still there are some problem have not been solved. they are more than 4000 length SP script can't be decrypted.i wonder if there are another solution for this kind of problem.regards,Eric</description><pubDate>Wed, 18 Jan 2012 20:54:12 GMT</pubDate><dc:creator>..:: Eric ::..</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Profiler won't show you the CREATE PROCEDURE statement. You can get the execution of the procedure, but not the definition. If you try and run Profiler you'll get something akin to "-- Encrypted Text" for the TextData column.</description><pubDate>Sat, 10 May 2008 06:29:09 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Have you tried turning on profiler and running the procedure?  Often enough - Profiler will capture the unencrypted version of the procedure.  No fuss, no muss.</description><pubDate>Fri, 09 May 2008 18:17:45 GMT</pubDate><dc:creator>Matt Miller (#4)</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Try this,http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=505&amp;lngWId=5</description><pubDate>Fri, 09 May 2008 15:59:59 GMT</pubDate><dc:creator>Zahran</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>You can get "SQL Server 2005 Code Recovery" from [url=http://www.elitude.net/]here[/url] that does the 2005 DAC decrypt for you in a no-brain manner if you don't mind paying a little.Regards,Jacob</description><pubDate>Mon, 21 Apr 2008 01:59:21 GMT</pubDate><dc:creator>Jacob Luebbers</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Hello, Thanks a lot Brian, the tool that you told me (dOMNAR's SQL Server SysComments Decryptor) was very usefull.Thanks and regards,JMSM ;)</description><pubDate>Wed, 16 Apr 2008 04:59:53 GMT</pubDate><dc:creator>JMSM</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>[quote][b]Ron Aughenbaugh (11/26/2007)[/b][hr]IF I am not mistaken I thought the unencrypted version is stored in one of the sys tables. Unfortunately I can't remeber which one.[/quote]Unfortunately, no. In syscomments it is encrypted. I believe in SQL Server 2005 it's encrypted as well. SQL Server 2005 makes it more difficult because you've got to come in via DAC to be able to decrypt.</description><pubDate>Mon, 26 Nov 2007 11:31:12 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>IF I am not mistaken I thought the unencrypted version is stored in one of the sys tables. Unfortunately I can't remeber which one.</description><pubDate>Mon, 26 Nov 2007 06:17:20 GMT</pubDate><dc:creator>Ron Aughenbaugh</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>If it's SQL Server 2000, there's no better tool than:[url=http://www.geocities.com/d0mn4r/dSQLSRVD.html]dSQLSRVD - dOMNAR's SQL Server SysComments Decryptor[/url]It doesn't work on SQL Server 2005, which requires an admin connection, etc., but it's great for SQL Server 2000.</description><pubDate>Sun, 18 Nov 2007 05:58:23 GMT</pubDate><dc:creator>K. Brian Kelley</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Hi, You can also check theses links http://www.sqlmag.com/Article/ArticleID/95728/sql_server_95728.htmlhttp://khsw.blogspot.com/2004/08/decrypt-stored-procedures-on-sql.htmlhttp://www.sql-shield.com/decrypt-stored-procedure.htmlhttp://www.sqlmag.com/Article/ArticleID/14369/How_can_I_decrypt_a_SQL_Server_storedprocedure.htmlRegards,Ahmed</description><pubDate>Sat, 17 Nov 2007 21:59:58 GMT</pubDate><dc:creator>SQL_ABD</dc:creator></item><item><title>RE: How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>Try this:http://www.mssqltips.com/tip.asp?tip=1046</description><pubDate>Thu, 06 Sep 2007 10:44:00 GMT</pubDate><dc:creator>mdaniel</dc:creator></item><item><title>How can I unencrypted a stored procedure</title><link>http://www.sqlservercentral.com/Forums/Topic396563-119-1.aspx</link><description>I got few stored procedures With Encryption for the database that I converted to SQL Server 2000.   I need to access those stored procedures.   How can I un-encrypted them?</description><pubDate>Wed, 05 Sep 2007 10:21:00 GMT</pubDate><dc:creator>Mai Nguyen-460836</dc:creator></item></channel></rss>