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 |
|
mdhingra01
Posting Yak Master
179 Posts |
Posted - 2004-10-04 : 09:18:13
|
| I was wondering if I create a DTS package calles Package A and Package B. Now rather than running them seperately, I create a new package called Package C that executes Package A then Package B. I can now schedule Package C and both A and B will run. Now if 2 months later, I have to make a chage to Package B, Do I need to rebuild Package C to point to the latest version of Package B?Thanks |
|
|
Shurgenz
Yak Posting Veteran
51 Posts |
Posted - 2004-10-04 : 09:24:05
|
| No |
 |
|
|
mdhingra01
Posting Yak Master
179 Posts |
Posted - 2004-10-04 : 09:38:31
|
| I found it was the case that I did have to, I am just wondering if there is a default setting I might have changed. DO you know if this is in a default setting somewhere? |
 |
|
|
Shurgenz
Yak Posting Veteran
51 Posts |
Posted - 2004-10-05 : 03:06:16
|
| Hmm... If you did not set specifically (particularly) version of package A or B in Execute Package Task inside package C, then in C would be used last versions of A or B. And what have you confused in settings? |
 |
|
|
|
|
|