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

前端 未结 11 1707
一向
一向 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:09

    You're using the Import wizard, no? Click on Edit Mappings on the "Select Source Tables and Views" page of the wizard, and check the Type, Nullable, and Size columns for each source column. It sounds like something's not getting mapped properly.

提交回复
热议问题