smartbulkcopy icon indicating copy to clipboard operation
smartbulkcopy copied to clipboard

High-Speed Bulk Copy tool to move data from one Azure SQL / SQL Server database to another. Smartly uses logical or physical partitions to maximize speed.

Results 12 smartbulkcopy issues
Sort by recently updated
recently updated
newest added

I am getting the below warning while running the `dotnet build` command. warning NETSDK1138: The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the...

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 2.0.1 to 2.1.7. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v2.1.7 [Stable release 2.1.7] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...

dependencies

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 2.0.1 to 2.1.7. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v2.1.7 [Stable release 2.1.7] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...

dependencies

I am trying to move ~1TB of data from one sql server to another sql and it has many tables with ~10heavy tables( more than~700gb size). I set the config...

Currently migrating Azure SQL Databases to Azure SQL Managed Instances fro various reason, other technique are too slow to migrate a db. But how can I access Always Encrypted data...

Would it be possible to create a NuGet package for this code? We want to integrate it into our existing processing server stack, so Docker is out of the question...

Can you please put a step by step guide to migrate Azure SQL Elastic pool databases /Azure SQL VM to Azure SQL Managed Instance using SQL Bulk Copy . I...

If target table already exists, create a copy of the table, without any data, into a dedicated staging schema (configurable via config file), with no indexes and constraints.

enhancement

Add an option to disable FK in the destination table. The option should also allow the user to decided if re-enable them and the end of the process

enhancement

If a source table has a cluster index, that should be used for logical partitioning, as a much cheaper alternative to %%PhysLoc%%, that cannot be pushed into the Storage Engine

enhancement