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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-06-04 : 08:10:34
|
| Doc writes "I've got a DTS package I've been working on for some time now and I've added/deleted/modified dozens of things in it. When I go to Disconnected Edit to modify some elements a long list of tasks/properties/things that don't exist in the package anymore are listed. How do you get rid of this stuff?" |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-06-04 : 09:04:08
|
| you have to write an activex scripting task to go through the collections and delete the members(objects) you don't want there . . . its a major PITA.<O> |
 |
|
|
|
|
|