Hello,
I am using the SSMS export wizard to extract a table to a delimited flat file. The source table has some nullable datetime columns. When a row contains the null value for a date, the wizard changes it to the earliest possible date - 1/1/1753. I am trying to figure out how to keep the null value.
I have read to
1. Check "Retain Null values from source as null values in data flow"
2. Check "Keep Nulls" in destination
but those are not options in the export wizard. Is there a way to do this simple extract without using SSIS?
thanks