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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 DTS Package copy and paste

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.

Go to Top of Page

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

Go to Top of Page

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

Go to Top of Page
   

- Advertisement -