Hi
I have a table in excel, which either has a date or says emptyCell.
HLDR
-----
22/09/1988
emptyCell
emptyCell
22/06/1993
1/04/1991
29/03/1990
I am trying to import the data (using the import wizard)into sql server, but even if i set the datatype to varchar or nvarchar for the destination column, it maintains the emptyCell text but loses the dates and puts in <NULL> instead.
The wizard recognises that the source column is a varChar[255], so i don't understand why it doesn't import the dates. I have tried formatting the source column on the spreadsheet to make it a date cell but that doesn't make any difference.
Has anybody got any ideas?
Kitty
I have a table in excel, which either has a date or says emptyCell.
HLDR
-----
22/09/1988
emptyCell
emptyCell
22/06/1993
1/04/1991
29/03/1990
I am trying to import the data (using the import wizard)into sql server, but even if i set the datatype to varchar or nvarchar for the destination column, it maintains the emptyCell text but loses the dates and puts in <NULL> instead.
The wizard recognises that the source column is a varChar[255], so i don't understand why it doesn't import the dates. I have tried formatting the source column on the spreadsheet to make it a date cell but that doesn't make any difference.
Has anybody got any ideas?
Kitty