I have a long stored procedure and how do I know it execution status? Something like 50% completed etc.
I searched a lot and didn’t get any satisfied result.So hope that it is not possible.I am using MS SQL Server 2008. IF it is not available
may I know the reason why it is not available ?
I have a long stored procedure and how do I know it execution status?
Share
You can use:
to print message immediately after this statement. (it does not generate error message).