dbTalk Databases Forums  

How do I execute a single task in a DTS package?

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How do I execute a single task in a DTS package? in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wikus Schalkwyk
 
Posts: n/a

Default How do I execute a single task in a DTS package? - 09-23-2004 , 10:42 AM






If I were to create a codebase / library of "functions",
such as error logging "protocols" / "frameworks" or
data handling routines in a single package, but as seperate tasks or steps.

How can I execute just one task in an extrernal DTS package?

I tried PackageObject.Tasks("Task1").Execute, but that does not
seem to work.

Also tried to decode the Books On-line help documentation, but I can't seem
to
get anything usefull out of it.

Any suggestions???

Regards
Wikus



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: How do I execute a single task in a DTS package? - 09-23-2004 , 12:44 PM






I do not know anybody who does this and have never done it myself. I would
handle it by putting your logic routines into a seperate package and call
that.


"Wikus Schalkwyk" <wikus (AT) experient (DOT) co.za> wrote

Quote:
If I were to create a codebase / library of "functions",
such as error logging "protocols" / "frameworks" or
data handling routines in a single package, but as seperate tasks or
steps.

How can I execute just one task in an extrernal DTS package?

I tried PackageObject.Tasks("Task1").Execute, but that does not
seem to work.

Also tried to decode the Books On-line help documentation, but I can't
seem
to
get anything usefull out of it.

Any suggestions???

Regards
Wikus





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.