Anu

Anu

  • 1.5k
  • 153
  • 6.4k

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

Aug 30 2023 3:20 PM

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)