Field length

In almost all cases, use the bcp default value for the storage length while copying data out.

Note: The terms “length” and “storage length” in this discussion refer to the operating system file, not to Adaptive Server field lengths.
If you are creating:

Be familiar with the data to transfer, since you can change the default length by supplying another value. If you are copying character data in from other software, examine the source file carefully before choosing length values.

Note: If the storage type is noncharacter, bcp stores the data in the operating system’s native data representation and does not prompt for a length.
When bcp converts noncharacter data to character storage, it suggests a default field length large enough to store the data without truncating datetime data or causing an overflow of numeric data.