when to use a format file for bulk copy program (bcp)
When would开发者_开发百科 we use a format file for bcp?
Usually, when you have different column separators.
For example: bob,"fred","tom"||harry
rather than bob,fred,tom,harry
The section "When Is a Format File Required?" describes it completely
精彩评论