Link to home
Start Free TrialLog in
Avatar of notcjw
notcjw

asked on

MSSQL BULK INSERT PROBLEM

I have another problem. I am getting a truncation error for:

BULK INSERT PATRONLOADZETA2 FROM 'c:\patrondata\PATRONLOADFORILLIAD4.txt' WITH (FIELDTERMINATOR=',',ROWTERMINATOR=' ' )

It is saying Column 13 has bulk conversion error

Column 13 HAS PROPERTIES: (varchar(3),NULL)
i am simply inserting the string:  YES
I the input file the field appears correct  ,YES,
(WITH NO QUOTATION MARKS)

I am perplexed.
Avatar of nishant joshi
nishant joshi
Flag of India image

is your text file having string of only 3 char or less character after 12 "," (comma)?
check it.or attached sample of your txt file..

Thanks,
Nishant
ASKER CERTIFIED SOLUTION
Avatar of selva_kongu
selva_kongu
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial