I have created a one job in MS SQL SERVER 2012through SQL Server agent, and that job is not running due to some securityprivileges.
when i am seeing through below SQL query to thatmy created job "Category_id" field, which is showing "3"i.e, (Category_id =3)
which means "idle" job.
use msdb
select * from dbo.sysjobs
I have also check out my Job activity through"JOB Activity Monitor" of "SQL Server Agent" where alsoable to see in "Enabled" field , my
Job Status is "Yes" i.e, (Enabled=yes)and "Category ID" field the int value is '3'.
And the status field the "status" is"idle" that is (Status=idle)
Again i am write down all status in detailsmanner
NameEnabledStatusCategorynotify_level_eventlog
My Job NameYesIdle32
So, i am sure now after watch out the 'JobActivity Monitor' status that my Job is "idle".
As per databasejournal documentation (...