I have an odd thing happening with importing data from Excel to SQL Server using the Import and Export Data tool.
The short of it is that I can see the data in Excel, bu
I was able to solve the problem by sorting the data so that the text data was on top. That way SQL Server knew it was text data, not numeric data.