How to monitor the progress of an INSERT VB.NET query?

3

I am storing files in a SQL server database using a varbinary (max) field. I would like to know if it is possible to detect the progress of the file upload (which in this case would be an INSERT in the table) using VB.NET.

If progress can not be achieved, an estimate would already help.

    
asked by anonymous 10.03.2016 / 22:50

0 answers