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 |
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 |
 |
|
varalakshmi
Yak Posting Veteran
98 Posts |
Posted - 2007-12-07 : 00:18:24
|
thank u tm... |
 |
|
|
|
|