Skip to content

Releases: Azure-Samples/smartbulkcopy

v.1.7.2

18 Sep 20:46
Compare
Choose a tag to compare

Check that no foreign key exists on the destination tables

v.1.7.1

14 Sep 17:21
Compare
Choose a tag to compare
  • Added support for Temporal Tables
  • Correctly detect and avoid timestamp and rowversion column
  • Improved resiliency (added support for error 64 and InvalidOperationException, thrown sometimes if connection is closed)
  • Added support for gently canceling execution via CTRL+C

v.1.7

10 Sep 21:55
Compare
Choose a tag to compare
  • Improved codebase: refactored metadata-gathering methods into TableInfoCollector class
  • Added more intelligence: now Smart Bulk Copy will use the best technique to copy data between tables taking into account availability of clustered rowstore or columnstore indexes
  • Impoved parallelism in gathering metdata
  • Updated packages to latest version
  • Updated to use .NET Core 3.1

v.1.6.1

20 Jun 17:25
Compare
Choose a tag to compare

Using Microsoft.Data.SqlClient 2.0.0
Using OrderByHint to remove sorting when copying physically partitioned tables
Using OrderByHint to improve performance when copying into tables with existing clustered index

v.1.5.2

20 Jun 17:22
1e82857
Compare
Choose a tag to compare

Improved resiliency
Excluded sysdiagrams
Support for computed columns
Added Docker support

v1.3.1

19 Aug 01:29
Compare
Choose a tag to compare

First public release