Hi,
I'm trying to import data from an excel spreadsheet to a table in sql server 7. This all works fine, except that it the spreadsheet holds a column which stores dates. These dates do not appear when the data is imported into SQL, all the values are NULL. Anyone got any ideas why?
I've tried changing the format on the excel column to date, general, text, etc, and also changed the type in the sql table from datetime to varchar, as well as had the import create the table from new. Nothing works!
Any help would be appreciated! Thanks.
I'm trying to import data from an excel spreadsheet to a table in sql server 7. This all works fine, except that it the spreadsheet holds a column which stores dates. These dates do not appear when the data is imported into SQL, all the values are NULL. Anyone got any ideas why?
I've tried changing the format on the excel column to date, general, text, etc, and also changed the type in the sql table from datetime to varchar, as well as had the import create the table from new. Nothing works!
Any help would be appreciated! Thanks.