SSIS Text was truncated with status value 4

前端 未结 7 1304
借酒劲吻你
借酒劲吻你 2020-12-17 10:57

I am developing a SSIS package, trying to update an existing SQL table from a CSV flat file. All of the columns are successfully updating except for one column. If I ignor

7条回答
  •  既然无缘
    2020-12-17 11:17

    If this is coming from SQL Server Import Wizard, try editing the definition of the column on the Data Source, it is 50 characters by default, but it can be longer.

    Data Soruce -> Advanced -> Look at the column that goes in error -> change OutputColumnWidth to 200 and try again.

提交回复
热议问题