Is it possible to query what jobs are currently running? We have a fat ass Job that runs every hour for 25 mins, for some reason it "needs" to lock the database during certain steps of the job. I have a web application that tries to read records from the database and want to find out if the job is running so i can notify the user slowdowns will occur.