J
James
Simple concept. I have a stored procedure call that takes a very long time
to run. This is a necessary evil. While this procedure is running, it does
a simple update to a table with a % complete. I can call another stored
procedure to return the % complete and update it to the end user. The only
probably is the execution.
If I have a button which fires the initial long running proc call, how do I
get another call to run while that procedure is running, that will simply
execute a stored procedure call and return a % complete onto a label, on the
same page? Is this possible?
ASP.NET 1.1.4322 w/VB.NET
Thanks a million
to run. This is a necessary evil. While this procedure is running, it does
a simple update to a table with a % complete. I can call another stored
procedure to return the % complete and update it to the end user. The only
probably is the execution.
If I have a button which fires the initial long running proc call, how do I
get another call to run while that procedure is running, that will simply
execute a stored procedure call and return a % complete onto a label, on the
same page? Is this possible?
ASP.NET 1.1.4322 w/VB.NET
Thanks a million