Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I find the built-in MS SQL Studio tools for managing Agent jobs to be a little frustrating. What tools out there have you found helpful?

Offhand, there are three things I'd like to see in such a tool:

  • A graphical summary of which jobs ran when, for how long, and whether they succeeded.
  • A current status view, like the Job Activity Monitor, but refreshed in near-real time.
  • A more convenient interface for duplicating or modifying jobs (e.g., compare two job steps without being blocked by modal dialogs).

It would probably be simple to write a little app to handle this, but someone's surely already done it, and done it better.

This is obviously a subjective question, so if a mod of some sort wanders past, feel free to make it a CW.

share|improve this question

4 Answers

Did some googling around and here are some software that may interest you:

  1. SQL Job Vis (this seems the most popular, according to some forum and blog posts) http://www.sqlsoft.co.uk/sqljobvis.php

  2. SQL Job Manager http://www.idera.com/Free-Tools/SQL-job-manager/

  3. Query Currently Running SQL Server Agent Jobs http://sqlconcept.com/2011/06/25/how-to-query-currently-running-sql-server-agent-jobs/

If anyone has more links to add, go ahead!

share|improve this answer
I gave SQLjobvis a try; it does let me visualize the schedule somewhat, but it's not really any better than what I could do for myself in an hour. I'd have put the time axis vertically, so users could easily scroll through the days. – Jon of All Trades Mar 26 '12 at 21:01

Did you try reports feature?

Right click on SQL Agent => Reports => standard reports

share|improve this answer
I hadn't, but they're not terribly helpful. There are two, and they just show the number of executions and average run time. – Jon of All Trades Feb 29 '12 at 18:35
To be clear, I'm not ruling out SQL Studio reports, if someone has a useful report they'd like to share. – Jon of All Trades Mar 7 '12 at 17:28

I'm not sure this satisfies all your criteria, but you might look at this:

http://www.sqlsoft.co.uk/sqljobvis.php

share|improve this answer
The web site makes me a little leery to run their .exe. Some contact information would be a start. – Jon of All Trades Mar 21 '12 at 22:22

Another one to add to the list:

One thing I like about this one is that it integrates with other components such as Windows Scheduler and Oracle tasks.

Thanks to Mark for bringing this up when I asked on The Heap.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.