[CR #401265] When you open the Job Scheduler administration window, the Job Scheduler task status always displays as stopped, even when the task is running. The Stop button is disabled.
Workaround: Start and stop the Job Scheduler task from isql using the sp_js_wakeup procedure.
To start a Job Scheduler task, enter:
sp_js_wakekup 'start_js', 1
To stop a Job Scheduler task, enter:
sp_js_wakeup 'stop_js', 1