table to view whether particular job schedule is enabled or not

  • Hi,

    can you guys tell me which is the table to view whether particular job schedule is enabled or not in sql 2005.

    Thanks

    Joseph

  • The sysschedules table in the msdb database has a column "enabled" which will let you know if a job schedule is enabled or not...

    However - the recommended way is to use the sp_help_job system stored procedure instead of directly querying the system tables...

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply