Improve the usability in the Data Import so that while importing null date values, an option to suppress warning Warning: Row: 1 -- Column:"Sdate" type:date :Unparseable date: "" --
1. The destination columns allow nulls and have been set the the MS-SQL Date data type.
2. An improvement in the data import from attempting to parse empty (not null) date values
when importing from flat file to MS-SQL server please?
The thing to note is : It is just a warning. It imports the value as a NULL which is the correct value for if it is a "" on a date column.