dbTalk Databases Forums  

dts execution question

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


Discuss dts execution question in the microsoft.public.sqlserver.dts forum.



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

Default dts execution question - 01-13-2006 , 12:34 PM






Hi,



Could someone explain me the difference between calling the execute method
of a DTSStep_DTSActiveScriptTask and setting its execution status to
DTSStepExecStat_Waiting?



Thanks



--Ilann



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

Default Re: dts execution question - 01-14-2006 , 06:44 AM






Hello Ilann,

The first says to fire the step. I have never had to explicitly call this
method although I have seen others ask for this. The second basically tells
the package that this step still has work to do and it is waiting to do it.
A popular implementation of this is when you want to perform loops.

Here is an example

Looping, Importing and Archiving
(http://www.sqldts.com/default.aspx?246)


Allan


Quote:
Hi,

Could someone explain me the difference between calling the execute
method of a DTSStep_DTSActiveScriptTask and setting its execution
status to DTSStepExecStat_Waiting?

Thanks

--Ilann




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.