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

error handling issues in bulk insert #3

Open
adamfoneil opened this issue Oct 4, 2019 · 0 comments
Open

error handling issues in bulk insert #3

adamfoneil opened this issue Oct 4, 2019 · 0 comments

Comments

@adamfoneil
Copy link
Owner

There needs to be some better resilience in bulk insert process. I considered a "divide and conquer" approach that divides a failed batch statement into two halves and attempts the halves individually, recursively honing in on the failing individual row(s). I also noticed a single PK violation when adding dbo.DocumentField to AHreports in SqlChartify. This lead to some really weird behavior in SqlChartify desktop where it was continuing to run (with the error message box displayed), but resetting and updating the progress meter from scratch repeatedly. Wasn't sure what to make of that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant