Using Parallel Bulk Copy to Copy Data into a Specific Partition

Use parallel bulk copy to copy data in parallel to a specific partition. Parallel bulk copy substantially increases performance during bcp sessions because it can split large bulk copy jobs into multiple sessions and run the sessions concurrently.

To use parallel bulk copy:
Copying data into a round-robin partitioned table using parallel bulk copy
Image shows how data is tracked when you copy data into a round-robin partitioned table. Starting on the first partition, the data is copied through the partitions til it reaches the last partition in the table.

See the Transact-SQL Users Guide for information about partitioning a table.

Note: When using parallel bulk copy to copy data out, you cannot specify a partition number. You can, however, specify a partition name.