bcp {[[database_name.][owner].]{table_name | view_name} | "query"}
{in | out | queryout | format} data_file
[-mmax_errors] [-fformat_file] [-x] [-eerr_file]
[-Ffirst_row] [-Llast_row] [-bbatch_size]
[-n] [-c] [-N] [-w] [-V (60 | 65 | 70 | 80)] [-6]
[-q] [-C { ACP | OEM | RAW | code_page } ] [-tfield_term]
[-rrow_term] [-iinput_file] [-ooutput_file] [-apacket_size]
[-Sserver_name[\instance_name]] [-Ulogin_id] [-Ppassword]
[-T] [-v] [-R] [-k] [-E] [-h"hint [,...n]"]
Tip
The BULK INSERT T-SQL statement and SSIS are good alternatives to bcp. The BULK INSERT
statement is limited to loading data into SQL Server, but it is an
extremely fast tool for loading data. SSIS is a sophisticated GUI that
allows for both data import and data export, and it has capabilities
that go well beyond those that were available in SQL Server 2000’s Data
Transformation Services (DTS).