SSIS FileNameColumnName output value incorrect

前端 未结 1 1431
夕颜
夕颜 2021-01-20 03:33

In a Flat File Source in SSIS I am trying to use the FileNameColumnName property (from Advanced Properties) to populate a field in a database. It seems quite straightforwar

1条回答
  •  独厮守ぢ
    2021-01-20 03:49

    Ooops. Sorted it out - had to change the output to Unicode (nvarchar in the OLE DB). Thanks!

    0 讨论(0)
提交回复
热议问题