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 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Get value from Innner package to main package

Author  Topic 

zahranc
Starting Member

3 Posts

Posted - 2008-01-24 : 03:39:32
I use Execute Package Tast to execute the child package in my DTS package. I need to get a return value from my child package to main package. Can you give me some clues?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-24 : 03:58:02
Create a vraiable in parent package and apss it to child. Use this to store the return value from child. This can then be used in parent package.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-24 : 03:58:08
Create a variable in parent package and apss it to child. Use this to store the return value from child. This can then be used in parent package.
Go to Top of Page
   

- Advertisement -