Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Jayaseelan
Starting Member
6 Posts |
Posted - 2008-10-18 : 23:39:52
|
Hi,I am new to SSIS, can you please help me in the below mentioned example through SSIS.1)I have a text file which contain two control numbers 1001 and 1002 with one column and two rows.2) I need to take these two control numbers in a variable (ex varcontrol_numbers = 1001,1002)3)Then i need to frame a dynamic procedure as shown below.SELECT transaction, amountFROM trasactionsWHERE control_number IN (varcontrol_numbers)--from the variable4)At last the output the procedure should be written to a new text file.can you please help in performing the above mentioned steps in SSIS.Thanking in advance. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|