Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
real_pearl
Posting Yak Master
106 Posts |
Posted - 2004-11-30 : 05:02:17
|
How can we implement progressbar during the execution of stored procedure in C#. For example when a stored procedure starts execution, the progressbar starts progressing and go to 100% when the procedure stops execution. How will we increment the progressbar during the execution of procedure? |
|
ehorn
Master Smack Fu Yak Hacker
1632 Posts |
Posted - 2004-11-30 : 07:23:19
|
http://msdn.microsoft.com/msdnmag/issues/03/12/DesignPatterns/ |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2004-11-30 : 10:25:08
|
quote: Originally posted by real_pearl How can we implement progressbar during the execution of stored procedure in C#. For example when a stored procedure starts execution, the progressbar starts progressing and go to 100% when the procedure stops execution. How will we increment the progressbar during the execution of procedure?
If your stored procs are taking so long that you need a progress bar indicator, let us know! we can probably help you re-write them to make them execute much faster.- Jeff |
|
|
|
|
|