SSIS: Using rows from Flat file source and pass them as parameter values to stored procedure

青春壹個敷衍的年華 提交于 2020-01-06 06:10:11

问题


I have followed the steps mentioned in the below post but with no success.

SSIS Execute a Stored Procedure with the parameters from .CSV file SQL Server 2005

I cant seem to map the flat file output columns to my stored procedure parameters, where is this done?

Thanks Dave


回答1:


It will be under Column Mappings on the OleDB Command task.



来源:https://stackoverflow.com/questions/5096490/ssis-using-rows-from-flat-file-source-and-pass-them-as-parameter-values-to-stor

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