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 |
|
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 withan image data type. If I insert an record with an image item > 10MB 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. |
 |
|
|
|
|
|