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 |
|
lane0618
Posting Yak Master
134 Posts |
Posted - 2002-11-01 : 14:17:02
|
| I am using a DTS Package to automate a process. I have two packages that I would like to combine without using the Execute Package Task. Is there a way to copy and paste items from one package to another?Thanks,Lane |
|
|
brodeyo
Starting Member
1 Post |
Posted - 2002-11-01 : 14:26:31
|
| You can actually add a DTS Package to a DTS Package. |
 |
|
|
1fred
Posting Yak Master
158 Posts |
Posted - 2002-11-01 : 14:29:04
|
| Or you can copy object one by one from one DTS to another with the copy/paste command |
 |
|
|
lane0618
Posting Yak Master
134 Posts |
Posted - 2002-11-01 : 14:50:30
|
quote: You can actually add a DTS Package to a DTS Package.
How can I do this without using the execute package task or copy/paste one at a time.Lane |
 |
|
|
|
|
|