Data import from Excel to SQL Server failing to import all data

前端 未结 11 1728
一向
一向 2021-02-04 07:26

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

11条回答
  •  无人共我
    2021-02-04 08:06

    I am also having the issue. The only way that I was able to resolve it was to save the .xlsx files as .csv files and then use the .csv files into the SQL Server "Import Data".

    It would seem that the integration between Microsoft Excel and Microsoft SQL Server would be cleaner.

    My versions are: Excel 2013. SQL Server 2012.

提交回复
热议问题