SSIS : How to handle Multi select lookup column values to be inserted in SQL Server Table

前提是你 提交于 2019-12-06 05:35:11
Mark Wojciechowicz

This is odd, but there is another question on the forum today, which appears very similar: How to use Substring in SSIS

I would suggest parsing the controls in a script task and breaking them into multiple rows, if these will be important for analysis. It will be far more difficult to do that in SQL, comparatively.

For your other question, you can use an execute SQL task to issue a Truncate table statement prior to the data flow executing.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!