SSIS Excel Import Forcing Incorrect Column Type

后端 未结 16 1311
醉梦人生
醉梦人生 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:33

    Option 1. Use Visual Basic to iterate through each column and format each column as Text.

    Use the Text-to-Columns menu, don't change the delimination, and change "General" to "Text"

提交回复
热议问题