I have a text file which I am bulk inserting into a SQL Server (2000) table using a format file. There is a date field in the file which is usually fine or blank, but ocassionally has a zero in it. I would like it to treat these as nulls. Is there an easy way of doing this? I know that I could insert this field into a string field and then update the date field with the conversion...but that seems a long way round. Does anyone have a better idea? Any help would be appreciated, thanks.