Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SQL Server 2008 R2,我想知道是否有办法通过一些查询来了解 SQL Server 代理作业状态(运行/停止)。你有什么建议吗?
有一个系统存储过程 sp_help_job。这将返回有关作业、其步骤、时间表和服务器的信息。例如
EXEC msdb.dbo.sp_help_job @Job_name = 'The name of the job'