Posted by Zvonko on 10/07/29 11:52
Hi people,
I am wondering how to do this. Let's say that you execute a long running
insert or whatever stored procedure from your application. It runs for a
while (minute or two) and it runs on the SQL Server. So your application
doesn't know it's status. Is it possible to get the status of the work and
how long it will take, so you can inform your user by displaying a
progressbar or something. The problem I have is to get an information about
the status of procedure from the SQL Server and not how to show a
progressBar.
Any ideas?
Zvonko Biskup
[Back to original message]
|