Skip to content

[FEATURE REQUEST] track progress of BulkInsert w/ SqlRowsCopied #1054

Open
@vslee

Description

@vslee

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.

Metadata

Metadata

Assignees

Labels

EnhancementAn enhancement to the driver. Lower priority than bugs.

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions