Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vslee opened this issue May 12, 2019 · 1 comment
Open

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

vslee opened this issue May 12, 2019 · 1 comment
Assignees
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.

Comments

@vslee
Copy link

vslee commented 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.

@vslee vslee added the Enhancement An enhancement to the driver. Lower priority than bugs. label May 12, 2019
@vslee vslee changed the title [FEATURE REQUEST] track progress of BulkInsert w/ SqlRowsInserted [FEATURE REQUEST] track progress of BulkInsert w/ SqlRowsCopied May 12, 2019
@rene-ye
Copy link
Member

rene-ye commented May 13, 2019

Hi @vslee, the team will look into what can be done.

@github-project-automation github-project-automation bot moved this to To be triaged in MSSQL JDBC Aug 28, 2024
@Jeffery-Wasty Jeffery-Wasty moved this from To be triaged to Backlog in MSSQL JDBC Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An enhancement to the driver. Lower priority than bugs.
Projects
Status: Backlog
Development

No branches or pull requests

3 participants