G
Guest
I have a web form that connects to a db server and shows all the jobs in the
sql server agent, I'm able to pick a job to run and run it, and then i call
sp_help_job to get the status of the job. Is there a way to get which step is
running and show that in a progress bar?
example
step 1 processing . . . .
step 1 complete..
step 2 processing. . .
step 2 complete
and so one for each step in the job being ran
sql server agent, I'm able to pick a job to run and run it, and then i call
sp_help_job to get the status of the job. Is there a way to get which step is
running and show that in a progress bar?
example
step 1 processing . . . .
step 1 complete..
step 2 processing. . .
step 2 complete
and so one for each step in the job being ran