<?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; Find Currently Running Query &#8211; T-SQL</title>
	<atom:link href="http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:40:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: swamy</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-207114</link>
		<dc:creator><![CDATA[swamy]]></dc:creator>
		<pubDate>Tue, 29 Nov 2011 10:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-207114</guid>
		<description><![CDATA[above query works fine in sql server 2005, but how about 2000. Please help me.]]></description>
		<content:encoded><![CDATA[<p>above query works fine in sql server 2005, but how about 2000. Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adnan Ahmed</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-168275</link>
		<dc:creator><![CDATA[Adnan Ahmed]]></dc:creator>
		<pubDate>Thu, 15 Sep 2011 06:46:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-168275</guid>
		<description><![CDATA[Thanks for this article, but i have another query, for example i have stored procedure named A running having function named B, if i execute procedure A, using this query, at some stage this will show function B is executing rather procedure A, please give me any solution for finding procedure A while procedure executing function B.]]></description>
		<content:encoded><![CDATA[<p>Thanks for this article, but i have another query, for example i have stored procedure named A running having function named B, if i execute procedure A, using this query, at some stage this will show function B is executing rather procedure A, please give me any solution for finding procedure A while procedure executing function B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: veeresh</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-150368</link>
		<dc:creator><![CDATA[veeresh]]></dc:creator>
		<pubDate>Sun, 24 Jul 2011 10:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-150368</guid>
		<description><![CDATA[thanks a lot it saved most of the time for today]]></description>
		<content:encoded><![CDATA[<p>thanks a lot it saved most of the time for today</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim ban</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-133170</link>
		<dc:creator><![CDATA[tim ban]]></dc:creator>
		<pubDate>Fri, 06 May 2011 11:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-133170</guid>
		<description><![CDATA[This article is very helpful to me, thanks to pinaldave]]></description>
		<content:encoded><![CDATA[<p>This article is very helpful to me, thanks to pinaldave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tandy</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-113918</link>
		<dc:creator><![CDATA[Tandy]]></dc:creator>
		<pubDate>Mon, 24 Jan 2011 22:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-113918</guid>
		<description><![CDATA[Hi Hendra!

It´s a procedure to identify the exact point of execution of a statement.

You can find the complete code of this procedure on:
http://pareaki.com/bloqueios.txt

Good luck!

Regards,

Tandy]]></description>
		<content:encoded><![CDATA[<p>Hi Hendra!</p>
<p>It´s a procedure to identify the exact point of execution of a statement.</p>
<p>You can find the complete code of this procedure on:<br />
<a href="http://pareaki.com/bloqueios.txt" rel="nofollow">http://pareaki.com/bloqueios.txt</a></p>
<p>Good luck!</p>
<p>Regards,</p>
<p>Tandy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hendra</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-112480</link>
		<dc:creator><![CDATA[Hendra]]></dc:creator>
		<pubDate>Fri, 21 Jan 2011 13:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-112480</guid>
		<description><![CDATA[@tandy,
what is exactly &#039;sp_usrinputbuffer&#039; for ??]]></description>
		<content:encoded><![CDATA[<p>@tandy,<br />
what is exactly &#8216;sp_usrinputbuffer&#8217; for ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-94050</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 18 Oct 2010 17:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-94050</guid>
		<description><![CDATA[I use this on occassion however a added  &quot;WHERE session_id  @@SPID&quot; so that I do not self]]></description>
		<content:encoded><![CDATA[<p>I use this on occassion however a added  &#8220;WHERE session_id  @@SPID&#8221; so that I do not self</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tandy</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-86197</link>
		<dc:creator><![CDATA[Tandy]]></dc:creator>
		<pubDate>Wed, 01 Sep 2010 20:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-86197</guid>
		<description><![CDATA[sp_usrinputbuffer ]]></description>
		<content:encoded><![CDATA[<p>sp_usrinputbuffer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasad</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-65037</link>
		<dc:creator><![CDATA[Prasad]]></dc:creator>
		<pubDate>Mon, 12 Apr 2010 11:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-65037</guid>
		<description><![CDATA[Hi Pinal,

IS it possible to retrive  the details of currently running ssis package information  by using query that is stored in msdb  ,but not scheduled in sql agent job.

Thanks in Advance
Prasad]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>IS it possible to retrive  the details of currently running ssis package information  by using query that is stored in msdb  ,but not scheduled in sql agent job.</p>
<p>Thanks in Advance<br />
Prasad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: praveen</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-61085</link>
		<dc:creator><![CDATA[praveen]]></dc:creator>
		<pubDate>Fri, 12 Feb 2010 17:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-61085</guid>
		<description><![CDATA[thanks a lot.. this query helped me solve an issue :)]]></description>
		<content:encoded><![CDATA[<p>thanks a lot.. this query helped me solve an issue :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arul</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-57691</link>
		<dc:creator><![CDATA[arul]]></dc:creator>
		<pubDate>Wed, 18 Nov 2009 09:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-57691</guid>
		<description><![CDATA[&quot;sql_handle&quot; is not a recognized table hints option. If it is intended as a parameter to a table-valued function, ensure that your database compatibility mode is set to 90.




currently running query error]]></description>
		<content:encoded><![CDATA[<p>&#8220;sql_handle&#8221; is not a recognized table hints option. If it is intended as a parameter to a table-valued function, ensure that your database compatibility mode is set to 90.</p>
<p>currently running query error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosie</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-55068</link>
		<dc:creator><![CDATA[rosie]]></dc:creator>
		<pubDate>Thu, 20 Aug 2009 16:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-55068</guid>
		<description><![CDATA[is there any way of seeing the parameters being passed with the exec ?]]></description>
		<content:encoded><![CDATA[<p>is there any way of seeing the parameters being passed with the exec ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – sqlcmd – Using a Dedicated Administrator Connection to Kill Currently Running Query Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-54361</link>
		<dc:creator><![CDATA[SQL SERVER – sqlcmd – Using a Dedicated Administrator Connection to Kill Currently Running Query Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sun, 02 Aug 2009 05:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-54361</guid>
		<description><![CDATA[[...] SQL SERVER – Find Currently Running Query – T-SQL [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Find Currently Running Query – T-SQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keerthi</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-54195</link>
		<dc:creator><![CDATA[Keerthi]]></dc:creator>
		<pubDate>Wed, 29 Jul 2009 08:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-54195</guid>
		<description><![CDATA[Hi 

When i run the above query, the same i got as the current running  query.
Is there are no queries running currently other than the above query?
If some other queries were also running, then how can it be captured?

Thanks in advance]]></description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>When i run the above query, the same i got as the current running  query.<br />
Is there are no queries running currently other than the above query?<br />
If some other queries were also running, then how can it be captured?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene Cum</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-50991</link>
		<dc:creator><![CDATA[Rene Cum]]></dc:creator>
		<pubDate>Tue, 14 Apr 2009 22:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-50991</guid>
		<description><![CDATA[Does anybody know a query for SQL Server 2000?

Thank you!]]></description>
		<content:encoded><![CDATA[<p>Does anybody know a query for SQL Server 2000?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramod</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-47080</link>
		<dc:creator><![CDATA[Pramod]]></dc:creator>
		<pubDate>Sun, 22 Feb 2009 11:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-47080</guid>
		<description><![CDATA[Hi 
 when i ran this query.it shows me the same query in the output.I think result expected would be a different query.]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
 when i ran this query.it shows me the same query in the output.I think result expected would be a different query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-46012</link>
		<dc:creator><![CDATA[Sridhar]]></dc:creator>
		<pubDate>Tue, 27 Jan 2009 04:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-46012</guid>
		<description><![CDATA[This works only at particular instance of time.

I want to record all the sql running/finished, its cpu time, etc]]></description>
		<content:encoded><![CDATA[<p>This works only at particular instance of time.</p>
<p>I want to record all the sql running/finished, its cpu time, etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-45632</link>
		<dc:creator><![CDATA[Craig]]></dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-45632</guid>
		<description><![CDATA[When I try running this script I get the Message &quot;sql_handle&quot; is not a recognized table hints option. I am running 2005 but compatability mode is set to 80.  Is there a way round this?]]></description>
		<content:encoded><![CDATA[<p>When I try running this script I get the Message &#8220;sql_handle&#8221; is not a recognized table hints option. I am running 2005 but compatability mode is set to 80.  Is there a way round this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scsfdev</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-45479</link>
		<dc:creator><![CDATA[scsfdev]]></dc:creator>
		<pubDate>Fri, 09 Jan 2009 01:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-45479</guid>
		<description><![CDATA[sorry to ask my question here.
Just want to know how to retrieve data faster from sql server 2005 in VB.net 2005? Any idea? thanks.]]></description>
		<content:encoded><![CDATA[<p>sorry to ask my question here.<br />
Just want to know how to retrieve data faster from sql server 2005 in VB.net 2005? Any idea? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek W</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-45440</link>
		<dc:creator><![CDATA[Derek W]]></dc:creator>
		<pubDate>Wed, 07 Jan 2009 17:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-45440</guid>
		<description><![CDATA[What about adding the user to the query?]]></description>
		<content:encoded><![CDATA[<p>What about adding the user to the query?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://blog.sqlauthority.com/2009/01/07/sql-server-find-currently-running-query-t-sql/#comment-45417</link>
		<dc:creator><![CDATA[Ram]]></dc:creator>
		<pubDate>Wed, 07 Jan 2009 04:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=1976#comment-45417</guid>
		<description><![CDATA[We can get this even by profiler too, right?
But is there anyway i get the queries executed only on a database rather than server instance itself?
 This will help if when we are trying to understand a big application that talks to a database.]]></description>
		<content:encoded><![CDATA[<p>We can get this even by profiler too, right?<br />
But is there anyway i get the queries executed only on a database rather than server instance itself?<br />
 This will help if when we are trying to understand a big application that talks to a database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

