You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vslee
changed the title
[FEATURE REQUEST] track progress of BulkInsert w/ SqlRowsInserted
[FEATURE REQUEST] track progress of BulkInsert w/ SqlRowsCopied
May 12, 2019
Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it
Sometimes, bulk inserts take a long time. It would be nice to be able to track the progress.
Describe the preferred solution
System.Data.SqlClient includes a SqlBulkCopy.SqlRowsCopied Event to allow users to do this on the .net side. It would be nice to bring this to the Java side as well.
https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlbulkcopy.sqlrowscopied?view=netframework-4.8
Describe alternatives you've considered
There are other ways to track progress, but this would be the way to keep it consistent w/ the .net library.
The text was updated successfully, but these errors were encountered: