Re: BULK INSERT row terminator -
05-05-2005
, 09:44 AM
I found it!
"\r\n" works like a charm.. "\r" is for carriage return only.. I'm
surprised I didn't already know that.
I found the answer here:
http://www4.dogus.edu.tr/bim/bil_kay...65dba/ch16.htm
under table:
Table 16.4. Valid field terminators.
Terminator Type Syntax
tab \t
new line \n
carriage return \r
backslash \\
NULL terminator \0
user-defined terminator character (^, %, *, and so on) |