Hello,
I would like to know if there is a way I can determine if a periodically scheduled job is running at a certain point. For example I got a Job scheduled to run every 30 minutes, but it is duration varies wildly: it can go from a few seconds to 50 minutes or more.
There is any way to query the sql server management studio to find out if at a certain point in time the job is in execution or not?
I would also like to know if there is any way to determine for a certain job, for how long has been running if it is in execution, and at which time is going to be launched again.