SQL Scheduled job query, duration of last runs?

Viewed 51931

Previously used this SQL Agent Jobs, how to document to get information about all SQL Scheduled jobs.

How can I find out the duration of the last run for each job? I need seconds, minutes, and hours (hopefully not, but I'm afraid).

Can anyone give some insight into how I could query this?

2 Answers
Related