I need to import an Excel 97 spreadsheet into SQL 2000. Most columns import correctly. However, one column which has a combination of text, numeric entries and NULLS refuses to import the numerics - they just show as NULL.
I have set up the destination table to be "Varchar(30) NULL" which should import the 3 formats correctly. I have tried setting the Excel column format to be General and Text but neither work.
I'm not sure whether I need to make changes to Excel or SQL Server to make this work. Any ideas ?
Thanks
I have set up the destination table to be "Varchar(30) NULL" which should import the 3 formats correctly. I have tried setting the Excel column format to be General and Text but neither work.
I'm not sure whether I need to make changes to Excel or SQL Server to make this work. Any ideas ?
Thanks