Use one of the following methods to copy in data using parallel bulk copy:
Start multiple bcp sessions in the background, being sure to:
Specify the password at the command line.
Use native mode, character mode, or a format file.
You can start bcp as many times as the table is partitioned.
Create and use a format file:
Start bcp in interactive mode.
Answer the prompts.
Create a format file that stores your responses.
Put the process in the background when the copy begins.
Issue the next bcp command, and specify the format file created with the first bcp command.
Start bcp sessions in multiple windows.