﻿<?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 2008 / SQL Server 2008 Administration  / SQL SERVER AGENT-&amp;gt;JOBS -&amp;gt;JOB ACTIVITY MONITOR / 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, 22 May 2013 02:49:32 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: SQL SERVER AGENT-&amp;gt;JOBS -&amp;gt;JOB ACTIVITY MONITOR</title><link>http://www.sqlservercentral.com/Forums/Topic1402238-1550-1.aspx</link><description>dear Grant Fritchey,thank you 4 your prompt reply. i found the issue what i mention in my query. when my server was 2000 and i was creating jobs and define a category which ID was 4. but after upgrading to 2012, there is not any category ID of 4. that's way in JOB ACTIVITY MONITOR can't retrieve those jobs name which category ID was 4.solution...':-)';:satisfied:,':-)'USE msdbGOSELECT * from dbo.syscategories ORDER BY category_id ASCGO[b]in 2000, category_id = 4 exists but in 2008, category_id = 4 doesn't exist.[/b]just i updated dbo.sysjobs table USE msdbGO-- SELECT * from dbo.sysjobsGOUPDATE dbo.sysjobsSET  category_id = 10   WHERE job_id = '&amp;lt;JOB_ID&amp;gt;' AND category_id = 4GOthanks and regards,Neaz imneaz@yahoo.com</description><pubDate>Thu, 03 Jan 2013 12:51:02 GMT</pubDate><dc:creator>imneaz</dc:creator></item><item><title>RE: SQL SERVER AGENT-&amp;gt;JOBS -&amp;gt;JOB ACTIVITY MONITOR</title><link>http://www.sqlservercentral.com/Forums/Topic1402238-1550-1.aspx</link><description>That is not something I've run into during any of the upgrades I've done. Have you looked to see which specific jobs are missing? Is there anything unique about them?</description><pubDate>Thu, 03 Jan 2013 03:56:53 GMT</pubDate><dc:creator>Grant Fritchey</dc:creator></item><item><title>SQL SERVER AGENT-&amp;gt;JOBS -&amp;gt;JOB ACTIVITY MONITOR</title><link>http://www.sqlservercentral.com/Forums/Topic1402238-1550-1.aspx</link><description>Dear Expert,i can't find some jobs in SQL SERVER AGENT-&amp;gt;JOBS -&amp;gt;JOB ACTIVITY MONITOR. but job exists in the system. and performed successfully.when i run [b]'select * from sysjobs_view order by name'[/b]  or[b] 'select * from msdb.dbo.sysjobs order by name'[/b] it shows all jobs. but in JOB ACTIVITY MONITOR panel can't show all jobs. i have total 127 jobs. but JOB ACTIVITY MONITOR shows only 117 jobs. 10 jobs doesn't show.my current server version is 2008, previously i run SQL 2000 version. two month before i upgraded my server from 2000 to 2008. system runs ok.  is any issue causes by server upgradation?please show me the way.. regardsNeaz</description><pubDate>Thu, 03 Jan 2013 02:13:14 GMT</pubDate><dc:creator>imneaz</dc:creator></item></channel></rss>