﻿<?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 General Discussion  / Job Activity Monitor Report? / 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>Fri, 24 May 2013 06:34:13 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Job Activity Monitor Report?</title><link>http://www.sqlservercentral.com/Forums/Topic780101-149-1.aspx</link><description>[quote][b]Tommy Bollhofer (9/1/2009)[/b][hr]You could put the output of msdb.dbo.sysjobactivity into an SSRS report and create a subscription to deliver the report via e-mail.[/quote]Well that might work, if you want the job_id and not the job name. but it is a good start...[code]select name,* from msdb.dbo.sysjobactivity a join msdb..sysjobs bon a.job_id = b.job_id[/code]you can always make this more refined, not rough and ready like this scrappy bit of coding ;-)</description><pubDate>Wed, 02 Sep 2009 09:26:54 GMT</pubDate><dc:creator>Silverfox</dc:creator></item><item><title>RE: Job Activity Monitor Report?</title><link>http://www.sqlservercentral.com/Forums/Topic780101-149-1.aspx</link><description>You could put the output of msdb.dbo.sysjobactivity into an SSRS report and create a subscription to deliver the report via e-mail.</description><pubDate>Tue, 01 Sep 2009 09:10:51 GMT</pubDate><dc:creator>Tommy Bollhofer</dc:creator></item><item><title>Job Activity Monitor Report?</title><link>http://www.sqlservercentral.com/Forums/Topic780101-149-1.aspx</link><description>Hi All,Is there a way to get an automated report/snapshot of Job Activity Monitor every morning? Please let me knowThanks</description><pubDate>Mon, 31 Aug 2009 11:50:16 GMT</pubDate><dc:creator>maxedout420</dc:creator></item></channel></rss>