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 |
|
GhantaBro
Posting Yak Master
215 Posts |
Posted - 2009-11-23 : 16:07:26
|
| I need to exec Proc with 3 input parameters... all three will be using substring from User Variables defined in the SSIS package... Is there a way to use Expression as input parameters? Thanks for the help guys. |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-11-27 : 02:37:11
|
| nope. what you need to use diffrent variable which takes derived values from actual variable and use it in exec proc step. |
 |
|
|
|
|
|