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 |
|
daKarateKid
Starting Member
15 Posts |
Posted - 2002-02-14 : 13:12:03
|
| I have seen the 'Registering a DTS Custom Task' in BOL. What I want to know is whether it is possible to do something like this using VB? Does anybody have any examples?dKK |
|
|
daKarateKid
Starting Member
15 Posts |
Posted - 2002-02-14 : 13:43:50
|
| After a little more careful reading on the topic in BOL, I know that a custom task can be registered in the dts designer programmatically, but what I don't know is how to capture the guid's for the component registry. Can anyone point me in the right direction?dKK |
 |
|
|
ToddV
Posting Yak Master
218 Posts |
Posted - 2002-02-14 : 13:56:13
|
| Perhaps try sysdtspackages or sysdtscategories in the MSDB database |
 |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-02-14 : 13:58:23
|
| In addition, check out this site:www.sqldts.com |
 |
|
|
daKarateKid
Starting Member
15 Posts |
Posted - 2002-02-14 : 14:17:38
|
quote: Perhaps try sysdtspackages or sysdtscategories in the MSDB database
The guid for the custom task isn't here. Thanks anyway. dKK |
 |
|
|
|
|
|