I am trying to import a delimited text file into a Sql Server table. The text file is about 40k. During the DTS import, I am getting an error during the transformation process indicating that a text file field (which has nulls in it) can not be transformed into a database table field. I've defined the database table field as a date/time field which allows nulls. I've assigned a default value of getdate(). The import works when importing small text files (say about 10k) , but when I'm importing the 40k file, I am getting the error. Please advise