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.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 How to pass parameters dynamically to SSIS package

Author  Topic 

reddy_vam
Starting Member

43 Posts

Posted - 2010-03-23 : 15:40:23
Hello Folks,

Here is the scenario: By executing SP i want load the results into flatfile
but the SP is having 2 input parameters
how can i pass the parameters dynamically to this SSIS package so that i can collect the results into flatfile.

Thanks,
Reddy

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-03-23 : 23:59:33
create a variable inside package and pass value through it.
see example below

http://www.mssqltips.com/tip.asp?tip=1395

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -