December 2013
Intermediate to advanced
1872 pages
153h 31m
English
bcp can handle data in one of three forms: character (ASCII), native, or Unicode. You have the choice of which character format is used, depending on the source or destination of the data file:
The character format (–c) is the most commonly used of the three data types because it reads or writes using ASCII characters and carries out the appropriate data type conversion for the SQL Server representations. The CHAR data type is the default storage type; it uses tabs as field separators and the newline character as the row terminator.
The native format (–n) is used for copying data between servers. This format allows bcp to read ...