i have my data something in this form.
aa|0|abcdefg|
b|0|abcdefg|
i use this method in my query analyser
BULK INSERT adl_ntid from 'C:/abc.unl with
(
FIELDTERMINATOR = '|',
ROWTERMINATOR = '|\n'
)
but they prompt me
Bulk insert data conversion error (truncation) for row 1, column 3 (NAME).
|