1
Answer

start an sql job from application and run the job in bacground

Anu

Anu

1y
521
1

Hi Team,

 

I want to start a stored procedure or a job from an asp.net MVC application. This job or stored procedure should continuously run even if the session got expired or the user logout and closes the browser. Also want  to show the status of the job when the user login again. Please suggest a best method to implement this functionality.

Answers (1)