Question : SSIS question

Hi,

I migrated a DTS from 2000 to 2008, there is a task in DTS that takes 3 parameter values and pass it to a SQL statement, that basically looks like this
select * from table1 where p1=? and p2=? and p3=?

My question is, in order for me to do the samething in SSIS, which Comtrol Flow Item I should use?  thx

Answer : SSIS question

check here for a similar problem & solution

http://www.sqlservercentral.com/Forums/Topic322094-148-1.aspx

someone here says : when you have more than 1 record, that when you should select Full Result set, and then set the output to a variable of type OBJECT. then use this object as the input for a ForEach Loop, and do the mapping there similar to step1.
Random Solutions  
 
programming4us programming4us