When I attempt to import a .csv
comma-delimited flat file into a Microsoft SQL server 2008R2 64-bit instance
, for string
columns a NULL
in the original data becomes a literal string "NULL"
and in a numeric
column I receive an import error. Can anyone please help???
KISS
Pre-process it, Replace all "NULL" with "".
ie the .csv file will have
,,
Instead of
NULL,NULL,
Seems to do the job for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With