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 |
sg2255551
Constraint Violating Yak Guru
274 Posts |
Posted - 2007-03-03 : 02:59:58
|
hiI would like to create a SSIS package that is going to be called by store procedures.What i have done so far.1) I created a Execute SQL task that come with this statement e.g. Seleect * from tblA where BD >= ? and BD =< ?2) I save this package as a DTSX file and will called it from a proc.My intention is to pass 2 values when i call the proc. What should do next? any guided tutorial or steps i would be happy. thanks |
|
anj755
Starting Member
8 Posts |
Posted - 2007-03-12 : 16:12:33
|
HiJust click on Parameter Mapping tab of Execute SQL Task Editor screen and map your variables as the parameter. |
 |
|
|
|
|