I have tried using "null" as the value for my import file (I am updating the database using DTS) and the DTS does not like the "null". I have an import txt file, delimited by ";" with dates in it. Some dates do not have a value. I am having a problem loading this file due to the null values of some of the dates. On the export, I can convert a null value to an acceptable value for SQL but I am having trouble figuring out what it will take.
Any suggestions?
Thanks