<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Decrypting MS SQL 2000 Stored Procedures</title>
	<atom:link href="http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/</link>
	<description></description>
	<lastBuildDate>Sat, 19 Dec 2009 20:28:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SQL Tutorials</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-1610</link>
		<dc:creator>SQL Tutorials</dc:creator>
		<pubDate>Fri, 01 May 2009 02:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-1610</guid>
		<description>Does anyone know if there is another language or set of commands beside SQL for talking with databases? 

I&#039;m working on a project and am doing some research thanks</description>
		<content:encoded><![CDATA[<p>Does anyone know if there is another language or set of commands beside SQL for talking with databases? </p>
<p>I&#8217;m working on a project and am doing some research thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-125</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 17 Sep 2008 00:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-125</guid>
		<description>Give it a shot on a test SP.  Shoot me an email if you have questions.  Cheers.
-a-</description>
		<content:encoded><![CDATA[<p>Give it a shot on a test SP.  Shoot me an email if you have questions.  Cheers.<br />
-a-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-124</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-124</guid>
		<description>Got the script.  I&#039;m wishing I had some encrypted sp&#039;s on sql 2005 to use it on.  It&#039;s in my utility belt now so i&#039;ll have it if i need it in the future.  Thanks.</description>
		<content:encoded><![CDATA[<p>Got the script.  I&#8217;m wishing I had some encrypted sp&#8217;s on sql 2005 to use it on.  It&#8217;s in my utility belt now so i&#8217;ll have it if i need it in the future.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-123</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 16 Sep 2008 23:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-123</guid>
		<description>Sent the script, to your email, that creates a SP that decrypts a SP that has been encrypted CREATED or ALTERED &quot;with encryption&quot; in SQL Server 2005.  I found it on Google Groups and it seems to only do SP&#039;s.  I am going to try to alter it to do Views also. Let me know if you didnt get it.</description>
		<content:encoded><![CDATA[<p>Sent the script, to your email, that creates a SP that decrypts a SP that has been encrypted CREATED or ALTERED &#8220;with encryption&#8221; in SQL Server 2005.  I found it on Google Groups and it seems to only do SP&#8217;s.  I am going to try to alter it to do Views also. Let me know if you didnt get it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-122</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 16 Sep 2008 20:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-122</guid>
		<description>I didn&#039;t try the script with sql 2005 so it&#039;s probably the factor.  What did you do to get it working?  If you wouldn&#039;t mind, email it to shawn@tubejumper.com, I&#039;d love to take a look.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t try the script with sql 2005 so it&#8217;s probably the factor.  What did you do to get it working?  If you wouldn&#8217;t mind, email it to <a href="mailto:shawn@tubejumper.com">shawn@tubejumper.com</a>, I&#8217;d love to take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-121</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 16 Sep 2008 20:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-121</guid>
		<description>Ok, I got it to work.  Decrypting that is.  I think (but not sure) that the problem I had was I was using a SQL 2005 database.   Further Google searches revealed this thread:

http://groups.google.com/group/microsoft.public.sqlserver.security/browse_thread/thread/f3d7cb526eabac4d/67d992638df8ec66?hl=en&amp;lnk=st&amp;q=DECRYPT+stored+procedure+2005#67d992638df8ec66

For now, this works good for me.  My sprocs arent greater then 4K.

Thanks for putting up with me!  :-)</description>
		<content:encoded><![CDATA[<p>Ok, I got it to work.  Decrypting that is.  I think (but not sure) that the problem I had was I was using a SQL 2005 database.   Further Google searches revealed this thread:</p>
<p><a href="http://groups.google.com/group/microsoft.public.sqlserver.security/browse_thread/thread/f3d7cb526eabac4d/67d992638df8ec66?hl=en&amp;lnk=st&amp;q=DECRYPT+stored+procedure+2005#67d992638df8ec66" rel="nofollow">http://groups.google.com/group/microsoft.public.sqlserver.security/browse_thread/thread/f3d7cb526eabac4d/67d992638df8ec66?hl=en&amp;lnk=st&amp;q=DECRYPT+stored+procedure+2005#67d992638df8ec66</a></p>
<p>For now, this works good for me.  My sprocs arent greater then 4K.</p>
<p>Thanks for putting up with me!  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-120</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 16 Sep 2008 19:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-120</guid>
		<description>Hello Shawn,  I see....   I am logging in with &quot;sa&quot; and have full rights.  Its a development DB and I am the only developer on this (now) as the other developer has left, and left me with encrypted sprocs.  

I will restore and then try to run this script once, halting it where it has decrypted the sproc and hopefully I can see what its about to replace (on that delete and create step).</description>
		<content:encoded><![CDATA[<p>Hello Shawn,  I see&#8230;.   I am logging in with &#8220;sa&#8221; and have full rights.  Its a development DB and I am the only developer on this (now) as the other developer has left, and left me with encrypted sprocs.  </p>
<p>I will restore and then try to run this script once, halting it where it has decrypted the sproc and hopefully I can see what its about to replace (on that delete and create step).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawn</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-119</link>
		<dc:creator>shawn</dc:creator>
		<pubDate>Tue, 16 Sep 2008 15:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-119</guid>
		<description>It might be do to the rights given to the id your connecting to sql with.  If it doesn&#039;t have the right to create sp&#039;s then these tools will not work.

There is no function in sql that will unencrypt the sp&#039;s.  What the tools do is decrypt them in memory and then recreate them again by deleting and running the create sp comand with the contents unencrypted.

Hope that makes sense and not circular.</description>
		<content:encoded><![CDATA[<p>It might be do to the rights given to the id your connecting to sql with.  If it doesn&#8217;t have the right to create sp&#8217;s then these tools will not work.</p>
<p>There is no function in sql that will unencrypt the sp&#8217;s.  What the tools do is decrypt them in memory and then recreate them again by deleting and running the create sp comand with the contents unencrypted.</p>
<p>Hope that makes sense and not circular.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-118</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 16 Sep 2008 15:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-118</guid>
		<description>Didnt work.  :-(   The script simply deleted all of the stored procedures, those the messages seemed to indicate that it ran OK.  

spACCOUNT_Delete - Decrypted
spACCOUNT_Update - Decrypted
spACCOUNT_Insert - Decrypted
spACCOUNT_Copy - Decrypted

and so on..   150+ SP&#039;s deleted.

I will have to restore.  Why would it delete them.  There were no signs of them anywhere, just the sp_decrypt_sp that was being called to decrypt...

Oh well.  Almost every solution I&#039;ve tried simply deletes the SP and doesnt decrypt them.</description>
		<content:encoded><![CDATA[<p>Didnt work.  :-(   The script simply deleted all of the stored procedures, those the messages seemed to indicate that it ran OK.  </p>
<p>spACCOUNT_Delete &#8211; Decrypted<br />
spACCOUNT_Update &#8211; Decrypted<br />
spACCOUNT_Insert &#8211; Decrypted<br />
spACCOUNT_Copy &#8211; Decrypted</p>
<p>and so on..   150+ SP&#8217;s deleted.</p>
<p>I will have to restore.  Why would it delete them.  There were no signs of them anywhere, just the sp_decrypt_sp that was being called to decrypt&#8230;</p>
<p>Oh well.  Almost every solution I&#8217;ve tried simply deletes the SP and doesnt decrypt them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/comment-page-1/#comment-117</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 16 Sep 2008 14:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tubejumper.com/index.php/2008/06/19/decrypting-ms-sql-2000-stored-procedures/#comment-117</guid>
		<description>OK, cool.  I will give this a try.  Thanks so much!</description>
		<content:encoded><![CDATA[<p>OK, cool.  I will give this a try.  Thanks so much!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
