Hi
In my application one button event calls a stored procedure which takes approximately 3-5 mins. From user point of view it is not acceptable as user has to wait till response comes back
I wonder if we have any feasibility that rather than waiting for the stored procedure to complete its execution, gives back the control to user once stored procedure called.
Thanks
Go to the complete details ...