开发者

when to use a format file for bulk copy program (bcp)

开发者 https://www.devze.com 2022-12-15 13:18 出处:网络
When would开发者_开发百科 we use a format file for bcp?Usually, when you have different column separators.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消