03 November,2014 by Tom Collins
Question: How can I list all jobs that appear in the SQL Server Agent Job Activity Monitor?
Answer: To list all SQL jobs as listed in the Job Activity Monitor use the msdb.dbo.sp_help_job stored procedure.
The stored procedure accepts parameters, and if you’d like to view the parameters link here. Otherwise running the stored procedure - msdb.dbo.sp_help_job - without any parameters will list all the jobs and associated details - such as status, name,description,owner_sid,date_created,date_modified,enabled
USE msdb ; GO EXEC dbo.sp_help_job ; GO
SQL Server - Send sql server agent job history through email notification
SQL Agent Jobs – Schedule in seconds
List failed SQL server Jobs with Powershell
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |