SSIS Text was truncated with status value 4

前端 未结 7 1299
借酒劲吻你
借酒劲吻你 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:03

    I suspect the or one or more characters had no match in the target code page part of the error.

    If you remove the rows with values in that column, does it load? Can you identify, in other words, the rows which cause the package to fail? It could be the data is too long, or it could be that there's some funky character in there SQL Server doesn't like.

提交回复
热议问题