﻿<?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 2005 / SQL Server 2005 Performance Tuning  / SQL Job Threshold - Different threshold for each job steps / 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>Wed, 19 Jun 2013 13:38:12 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL Job Threshold - Different threshold for each job steps</title><link>http://www.sqlservercentral.com/Forums/Topic971553-360-1.aspx</link><description>You may use a custom query which monitors the job status. This query gives the status of a given job[code="sql"]EXEC msdb.dbo.sp_help_job @Job_name = 'The Job Name'[/code]The following tables hold all the information about the jobs.    msdb.dbo.SysJobs    msdb.dbo.SysJobSteps    msdb.dbo.SysJobSchedules    msdb.dbo.SysJobServers    msdb.dbo.SysJobHistory</description><pubDate>Wed, 18 Aug 2010 23:01:16 GMT</pubDate><dc:creator>Adiga</dc:creator></item><item><title>SQL Job Threshold - Different threshold for each job steps</title><link>http://www.sqlservercentral.com/Forums/Topic971553-360-1.aspx</link><description>Hello,Can I set the rule that looks at long running SQL jobs to have different thresholds for each job steps? specific for each job steps? I would like to actually have different thresholds if its possible.Please advise.</description><pubDate>Wed, 18 Aug 2010 18:53:21 GMT</pubDate><dc:creator>Kicking_Fish0713</dc:creator></item></channel></rss>