We're attempting to import data from an Excel spreadsheet into a SQL Server table. When we try to do this we appear to be losing numeric data from one of the columns. The said column in the Excel spreadsheet contains both text strings and numbers (i.e. 'HJSHGK' and 90897). When we run the import of data through SQL Server Enterprise Manager we get the String data but all entries that were previously numeric were NULL in the resultant SQL Server table. We've tried formatting the column in Excel such that the numbers are recognised as text (using 'Format Column') but this still gives us the same result.
I'm guessing we're missing the obvious here - could someone pinpoint what it is ?
Thanks in advance
Steve
I'm guessing we're missing the obvious here - could someone pinpoint what it is ?
Thanks in advance
Steve