SSIS Excel Import Forcing Incorrect Column Type

后端 未结 16 1332
醉梦人生
醉梦人生 2020-11-30 01:06

I\'m trying to import a spreadsheet to our database using SSIS. For some reason SSIS wants to believe two of the columns are of type Double, when they contain character dat

16条回答
  •  再見小時候
    2020-11-30 01:48

    If multiple columns in the excel spreadsheet present with the same name, this kind of error occurs. The package will work after making the column name's distinct. Sometime the hidden columns are being ignored while checking the columnn names.

提交回复
热议问题