I see a lot of posts saying that to check if a job is currently
executing one needs to look at run_status for the job in the
sysjobhistory table in msdb catalog. I also see the possible values
of that column in the help files. What gets me is that even when I
know my job is executing (according to MMC), no record in the
sysjobhistory has the run_status of 4 (In Progress). Why is that? Is
there a server-wide setting that needs to be enabled?
executing one needs to look at run_status for the job in the
sysjobhistory table in msdb catalog. I also see the possible values
of that column in the help files. What gets me is that even when I
know my job is executing (according to MMC), no record in the
sysjobhistory has the run_status of 4 (In Progress). Why is that? Is
there a server-wide setting that needs to be enabled?
Comment