how to resolve DTS_E_OLEDBERROR. in ssis

后端 未结 8 2051
花落未央
花落未央 2021-02-07 22:00

In an ssis package consists of data flow task,contains OLEDB source and OLDB Target ..provider is sql native client..This used to run fine ..but now got an error as shown bel

8条回答
  •  独厮守ぢ
    2021-02-07 22:38

    I've just had this issue and my problem was that I had null rows in a csv file, that contained the text "null" rather than being an empty.

提交回复
热议问题