How will I know the status of a stored procedure whether it has been completed or not, or it is executing, at any point of time ?
The issue is a stored procedure is run at a specific time and will take some time to run. I need to run reports after the stored procedure is run. As of now I cannot figure out the stored procedure has finished execution or not.
Thanks...
The issue is a stored procedure is run at a specific time and will take some time to run. I need to run reports after the stored procedure is run. As of now I cannot figure out the stored procedure has finished execution or not.
Thanks...