<?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: SQL Server Agent &#8211; Query To Find Long Running Jobs</title>
	<atom:link href="http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/</link>
	<description>Homepage of Steve Novoselac</description>
	<lastBuildDate>Tue, 16 Mar 2010 18:51:06 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dba</title>
		<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/comment-page-1/#comment-160624</link>
		<dc:creator>dba</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:59:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1354#comment-160624</guid>
		<description>I got duplicate values, like if I have 4 jobs , it showed 8/9, with different results, like the same job is normal &amp; long running.</description>
		<content:encoded><![CDATA[<p>I got duplicate values, like if I have 4 jobs , it showed 8/9, with different results, like the same job is normal &#038; long running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/comment-page-1/#comment-160577</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1354#comment-160577</guid>
		<description>yes, if you are lucky enough to have opsmgr</description>
		<content:encoded><![CDATA[<p>yes, if you are lucky enough to have opsmgr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kmescha</title>
		<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/comment-page-1/#comment-160576</link>
		<dc:creator>kmescha</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1354#comment-160576</guid>
		<description>Couldn&#039;t we use a similar script within Ops Manager to only trigger the monitor when the job is x% past avg runtime or some other criteria to make this Ops Manager monitor a bit more useful?</description>
		<content:encoded><![CDATA[<p>Couldn&#39;t we use a similar script within Ops Manager to only trigger the monitor when the job is x% past avg runtime or some other criteria to make this Ops Manager monitor a bit more useful?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/comment-page-1/#comment-160519</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1354#comment-160519</guid>
		<description>you are right, the query I put on the blog just look if it is over 5% at this point. Takes AVG + STD of historical run times, * 5%, you might need to tweak the pct&#039;s accordingly. this query would have to run every X min/seconds and alert</description>
		<content:encoded><![CDATA[<p>you are right, the query I put on the blog just look if it is over 5% at this point. Takes AVG + STD of historical run times, * 5%, you might need to tweak the pct&#39;s accordingly. this query would have to run every X min/seconds and alert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/comment-page-1/#comment-160531</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1354#comment-160531</guid>
		<description>you are right, the query I put on the blog just look if it is over 5% at this point. Takes AVG + STD of historical run times, * 5%, you might need to tweak the pct&#039;s accordingly. this query would have to run every X min/seconds and alert</description>
		<content:encoded><![CDATA[<p>you are right, the query I put on the blog just look if it is over 5% at this point. Takes AVG + STD of historical run times, * 5%, you might need to tweak the pct&#39;s accordingly. this query would have to run every X min/seconds and alert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sqlrockstar</title>
		<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/comment-page-1/#comment-160518</link>
		<dc:creator>sqlrockstar</dc:creator>
		<pubDate>Mon, 16 Nov 2009 17:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1354#comment-160518</guid>
		<description>OK, found out that OpsMgr uses sp_help_jobactivity and does a datediff between the start execution time and the current time on the server. also, by default the monitor will flag jobs that have run for longer than 1 and 2 minutes, which is less than helpful, really.&lt;br&gt;&lt;br&gt;i love your idea of checking on the average run time. i could put something into PBM but the return results are limited there. so now i am thinking of some powershell, but i don&#039;t think that will do what we want here: you want to be notified as soon as a job has exceeded the average by 10%, correct?</description>
		<content:encoded><![CDATA[<p>OK, found out that OpsMgr uses sp_help_jobactivity and does a datediff between the start execution time and the current time on the server. also, by default the monitor will flag jobs that have run for longer than 1 and 2 minutes, which is less than helpful, really.</p>
<p>i love your idea of checking on the average run time. i could put something into PBM but the return results are limited there. so now i am thinking of some powershell, but i don&#39;t think that will do what we want here: you want to be notified as soon as a job has exceeded the average by 10%, correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sqlrockstar</title>
		<link>http://blog.stevienova.com/2009/11/13/sql-server-agent-query-to-find-long-running-jobs/comment-page-1/#comment-160530</link>
		<dc:creator>sqlrockstar</dc:creator>
		<pubDate>Mon, 16 Nov 2009 17:59:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevienova.com/?p=1354#comment-160530</guid>
		<description>OK, found out that OpsMgr uses sp_help_jobactivity and does a datediff between the start execution time and the current time on the server. also, by default the monitor will flag jobs that have run for longer than 1 and 2 minutes, which is less than helpful, really.&lt;br&gt;&lt;br&gt;i love your idea of checking on the average run time. i could put something into PBM but the return results are limited there. so now i am thinking of some powershell, but i don&#039;t think that will do what we want here: you want to be notified as soon as a job has exceeded the average by 10%, correct?</description>
		<content:encoded><![CDATA[<p>OK, found out that OpsMgr uses sp_help_jobactivity and does a datediff between the start execution time and the current time on the server. also, by default the monitor will flag jobs that have run for longer than 1 and 2 minutes, which is less than helpful, really.</p>
<p>i love your idea of checking on the average run time. i could put something into PBM but the return results are limited there. so now i am thinking of some powershell, but i don&#39;t think that will do what we want here: you want to be notified as soon as a job has exceeded the average by 10%, correct?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
