Hi
I want to know, when we bulk insert data from a CSV file to a SQL table, how is the data type issue hangled.
For example, I have a column in my temp table date(with data type date) and corresponding values are inserted by bulk insert from a CSV file.
Is the CSV file column read as a string?? how does it work?
Start Free Trial