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)
 Script component

Author  Topic 

varalakshmi
Yak Posting Veteran

98 Posts

Posted - 2007-12-06 : 06:42:02
Hi,
While using 'Script Component' in SSIS, how to use a user-defined variable created at the package level in the script?

tm
Posting Yak Master

160 Posts

Posted - 2007-12-06 : 09:04:42
Dts.Variables.Item("variableName").Value
Go to Top of Page

varalakshmi
Yak Posting Veteran

98 Posts

Posted - 2007-12-07 : 00:18:24
thank u tm...
Go to Top of Page
   

- Advertisement -