<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Encrypted Stored Procedure and Activity Monitor</title>
	<atom:link href="http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 08:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Cases When Stored Procedure RECOMPILE &#8211; Quiz &#8211; Puzzle &#8211; 14 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-237699</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Cases When Stored Procedure RECOMPILE &#8211; Quiz &#8211; Puzzle &#8211; 14 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 15 Jan 2012 01:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-237699</guid>
		<description><![CDATA[[...] on First Run – SP taking Longer to Run First Time  Recompile Stored Procedure at Run Time  Encrypted Stored Procedure and Activity Monitor  Stored Procedure and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] on First Run – SP taking Longer to Run First Time  Recompile Stored Procedure at Run Time  Encrypted Stored Procedure and Activity Monitor  Stored Procedure and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Data Warehouseing Concepts – Day 20 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-149474</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Data Warehouseing Concepts – Day 20 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Wed, 20 Jul 2011 01:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-149474</guid>
		<description><![CDATA[[...] No, we can’t see definition of encrypted stored procedure in Activity Monitor.(Read More Here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] No, we can’t see definition of encrypted stored procedure in Activity Monitor.(Read More Here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-121685</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Thu, 03 Mar 2011 11:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-121685</guid>
		<description><![CDATA[See examples at www.asp.net]]></description>
		<content:encoded><![CDATA[<p>See examples at <a href="http://www.asp.net" rel="nofollow">http://www.asp.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirag</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-120627</link>
		<dc:creator><![CDATA[Chirag]]></dc:creator>
		<pubDate>Fri, 25 Feb 2011 05:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-120627</guid>
		<description><![CDATA[How Can i Use Stored Procedure in C#.Net Window Application..
I am creating stored Procedure in sql server 2005..
And using Visual Studio 2008.

Thanks In Advance]]></description>
		<content:encoded><![CDATA[<p>How Can i Use Stored Procedure in C#.Net Window Application..<br />
I am creating stored Procedure in sql server 2005..<br />
And using Visual Studio 2008.</p>
<p>Thanks In Advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nakul Vachhrajani</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-102278</link>
		<dc:creator><![CDATA[Nakul Vachhrajani]]></dc:creator>
		<pubDate>Fri, 26 Nov 2010 09:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-102278</guid>
		<description><![CDATA[Per Books On Line (http://msdn.microsoft.com/en-us/library/ms187926.aspx),

&quot;However, the text will be available to privileged users that can either access system tables over the DAC port or directly access database files. Also, users that can attach a debugger to the server process can retrieve the decrypted procedure from memory at runtime. For more information about accessing system metadata, see Metadata Visibility Configuration.&quot;

Wouldn&#039;t we call viewing the execution plan or the Activity Monitor a debugging exercise?]]></description>
		<content:encoded><![CDATA[<p>Per Books On Line (<a href="http://msdn.microsoft.com/en-us/library/ms187926.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms187926.aspx</a>),</p>
<p>&#8220;However, the text will be available to privileged users that can either access system tables over the DAC port or directly access database files. Also, users that can attach a debugger to the server process can retrieve the decrypted procedure from memory at runtime. For more information about accessing system metadata, see Metadata Visibility Configuration.&#8221;</p>
<p>Wouldn&#8217;t we call viewing the execution plan or the Activity Monitor a debugging exercise?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandesh Segu</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-92319</link>
		<dc:creator><![CDATA[Sandesh Segu]]></dc:creator>
		<pubDate>Tue, 12 Oct 2010 14:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-92319</guid>
		<description><![CDATA[In that case i would use this below query to find the object name.

Select text,OBJECT_NAME(objectid) as objectname,* FROM sys.dm_exec_query_stats
cross apply sys.dm_exec_sql_text(sql_handle)
where encrypted=1]]></description>
		<content:encoded><![CDATA[<p>In that case i would use this below query to find the object name.</p>
<p>Select text,OBJECT_NAME(objectid) as objectname,* FROM sys.dm_exec_query_stats<br />
cross apply sys.dm_exec_sql_text(sql_handle)<br />
where encrypted=1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dodo</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-92116</link>
		<dc:creator><![CDATA[Dodo]]></dc:creator>
		<pubDate>Mon, 11 Oct 2010 13:56:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-92116</guid>
		<description><![CDATA[I would decrypt the procedure.  You can do it yourself or buy one of those many tools (SQL Decryptor, Decrypt SQL, etc, etc) that will do it for you. It will cost you (or your company) around. 150 dollar.

Looking at DBA point of view, I think encrypted stored procedures are horrible.  You can&#039;t see what queries are executed, you don&#039;t have a clue what the execution plan is...  So if users are complaining about the slowness of the system, and everything is encrypted... then it will be a hell of a job to tune the query....  

If there&#039;s a way that you can see the query if it&#039;s executed from a encrypted stored procedure (besides decrypting that procedure) than I would love to hear about it!

About the purpose :  I don&#039;t have a clue! The only thing I can think of is that If you sell software that&#039;s using a SQL Server database with stored procedures,  customer&#039;s with very little knowledge of T-SQL (and who do not have a DBA employed) can&#039;t modify the procedures.]]></description>
		<content:encoded><![CDATA[<p>I would decrypt the procedure.  You can do it yourself or buy one of those many tools (SQL Decryptor, Decrypt SQL, etc, etc) that will do it for you. It will cost you (or your company) around. 150 dollar.</p>
<p>Looking at DBA point of view, I think encrypted stored procedures are horrible.  You can&#8217;t see what queries are executed, you don&#8217;t have a clue what the execution plan is&#8230;  So if users are complaining about the slowness of the system, and everything is encrypted&#8230; then it will be a hell of a job to tune the query&#8230;.  </p>
<p>If there&#8217;s a way that you can see the query if it&#8217;s executed from a encrypted stored procedure (besides decrypting that procedure) than I would love to hear about it!</p>
<p>About the purpose :  I don&#8217;t have a clue! The only thing I can think of is that If you sell software that&#8217;s using a SQL Server database with stored procedures,  customer&#8217;s with very little knowledge of T-SQL (and who do not have a DBA employed) can&#8217;t modify the procedures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Jecha</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-92096</link>
		<dc:creator><![CDATA[Tomas Jecha]]></dc:creator>
		<pubDate>Mon, 11 Oct 2010 07:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-92096</guid>
		<description><![CDATA[Hi Dave,
what is real purpouse and limitations of encrypted stored procedures? Can you give me some real world example of its use?

Great articles btw!]]></description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
what is real purpouse and limitations of encrypted stored procedures? Can you give me some real world example of its use?</p>
<p>Great articles btw!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit Kumar Gaud</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-92093</link>
		<dc:creator><![CDATA[Sumit Kumar Gaud]]></dc:creator>
		<pubDate>Mon, 11 Oct 2010 06:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-92093</guid>
		<description><![CDATA[This is really good. But now how to get your procedure text back to Alter that procedure.]]></description>
		<content:encoded><![CDATA[<p>This is really good. But now how to get your procedure text back to Alter that procedure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Feodor</title>
		<link>http://blog.sqlauthority.com/2010/10/10/sql-server-encrypted-stored-procedure-and-activity-monitor/#comment-91928</link>
		<dc:creator><![CDATA[Feodor]]></dc:creator>
		<pubDate>Sun, 10 Oct 2010 08:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=10498#comment-91928</guid>
		<description><![CDATA[Well, pretty much all performance data for the encrypted procedure is available through DMVs and Profiler, however it is available only on a procedure level, and not on a statement level. You will be able to see the performance of the procedure as a whole and not for each statement.]]></description>
		<content:encoded><![CDATA[<p>Well, pretty much all performance data for the encrypted procedure is available through DMVs and Profiler, however it is available only on a procedure level, and not on a statement level. You will be able to see the performance of the procedure as a whole and not for each statement.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
