หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
This topic describes how to use stored procedures to view the runtime state of SQL Server Agent jobs.
To view job activity
Execute sp_help_jobactivity to view all SQL Server Agent jobs for the SQL Server instance.
To view activity for a specific job, specify the job name. To view activity for a specific SQL Server Agent session, specify the session ID.
See Also
Concepts
Other Resources
sp_help_jobactivity (Transact-SQL)