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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Progress bar for insert

Author  Topic 

SQLError
Yak Posting Veteran

63 Posts

Posted - 2005-02-27 : 13:58:38
Hi, I am using C# and sql server (MSDE)

I insert one record into a table. The record contains a column with
an image data type. If I insert an record with an image item > 10
MB it takes a few seconds to complete the task.

Currently, I am doing the insertion from within my program code
(not using a stored procedure).

Is there a way to show the user the progress of the insertion?

thanks.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-02-27 : 18:27:30
No.
Go to Top of Page
   

- Advertisement -