i am inserting values like '$5.99
' (or trying to insert) into a money
field. it doesnt like the dollars sign
i am actually doing a bulk insert from a csv file. one of the columns in the csv file has money
in it with a dollar sign
can you please help me figure out how to do this bulk insert with the $
sign into a money
field?
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 2 (pricepaid).
how do i get rid of the sign?