I have the application In which i am ruuning the procedure which runs the Sql Job
and at the other end i need to show the job history in grid whose query is select job_id, step_id, step_name, message, run_date from sysjobhistory
where run_date = replace(convert(varchar(10), getdate(), 121),'-','')
the job which i am running internally runs many job
I want to show job status one by one in grid not after the procedure fully executed
Till now i have not done Thread Programming
Search a lot but didnt got the same
Arjun_Sarankulu -3 Junior Poster
Narue 5,707 Bad Cop Team Colleague
Arjun_Sarankulu -3 Junior Poster
Narue 5,707 Bad Cop Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.