运行"msdb"系统数据库下的存储过程"dbo.sp_help_job",可以得知现在SQL Server中有多少个正在运行的agent job: USE [msdb] EXEC msdb.dbo.sp_help_job @execution_status=1 查询结果如下: 相关文章: