I am trying to import data from a file using BULK INSERT by calling it from my application. I need to monitor its progress and show the progress bar while importing.
Is there any way I can know total number of rows in the file and number of rows currently inserted?
Start Free Trial