When I am inserting bulk data to a table from a CSV file, it is not working, showing error lie :
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 2, column 9
Column 9 value in csv file is null..
How do I take care of this?