Skip to content
Michael edited this page Jul 5, 2014 · 1 revision

Simple .NET app that Bulk Copies tables from one SQL Server database to another.

The primary use-cases are:

  • when you do not have sufficient access to either database server in order to use better suited methods (e.g. backups, linked-servers etc);
  • when you only need to bulk-copy some specific tables;
  • when table-columns are ordered differently on the destination from the source.
Clone this wiki locally