Append the recordset destination
hi,
in dataflow put data set recordet destination use dataset in controlflow. in controlflow have query table , result set should append same recordset object variable.but in control flow if give same object variable lose old dataset.
i need both data set (from data flow , control flow) in 1 object variable.after should use foreachloop container.
hi - in case, use 1 data flow task
have 1 flat file connection flat file data - add derived column hardcoded value of "1"
an oledb connection query database single value - add derived column hardcoded value of "1"
do not add precedence constraint between these 2 items
add merge join take inputs both of them and join on 2 derived columns
take output fropm teh merge join , push nto ado destination
rgds geoff
----------------------------------------------------------
mark answer if resolves problem or "vote helpful" if find helpful.
SQL Server > SQL Server Integration Services
Comments
Post a Comment