sp_help_jobcount (Transact-SQL)
SQL Server 2005
Provides the number of jobs that a schedule is attached to.
- [ @schedule_id = ] schedule_id
-
The identifier of the schedule to list. schedule_id is int, with no default. Either schedule_id or schedule_name may be specified.
- [ @schedule_name = ] 'schedule_name'
-
The name of the schedule to list. schedule_name is sysname, with no default. Either schedule_id or schedule_name may be specified.
By default, members of the sysadmin fixed server role can execute this stored procedure. Other users must be granted one of the following SQL Server Agent fixed database roles in the msdb database:
-
SQLAgentUserRole
-
SQLAgentReaderRole
-
SQLAgentOperatorRole
For details about the permissions of these roles, see SQL Server Agent Fixed Database Roles.
Only members of sysadmin can view counts for jobs that are owned by others.