December 13, 2013 at 11:49 am
I can see SQL server job are running from one day and still not completed. Please let me know how to find my this running jobs are in progress or they are struck\hung.:-)
December 13, 2013 at 6:32 pm
This can be a lengthy process. The first step that I'd take would be to see if there's any blocking in the database by running sp_Who2.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2013 at 10:05 am
... ++ how long it take normaly ?, check from the histoy.
What actualy the job is doing ? how much % is completed is available in sys.dm_exec_request ?
..As already specified above, I too suspect blocking. Check for blocking as suggested and see if you can get rid of the lead blocker.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply