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
 SSIS and Import/Export (2005)
 Pass Parameter value to Execute Process Task

Author  Topic 

nishantpatni
Starting Member

1 Post

Posted - 2010-09-06 : 05:11:27
I need to pass value to Execute Process Task which is returned by stored proc and I want to send the output to File System Task.What is the process for do it. Kindly suggest me some solutions

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-09-06 : 14:15:56
add a variable in ssis package and assign the result of query in execute sql task to variable using single row option. then use variable in tasks you want.

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

Go to Top of Page
   

- Advertisement -