dbTalk Databases Forums  

DTS - running package async

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


Discuss DTS - running package async in the microsoft.public.sqlserver.dts forum.



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

Default DTS - running package async - 07-02-2003 , 01:46 PM






Hello,

I have DTS packages being run within a VB client through
the DTS object library, and would like to run the
packages in an asynch fashion if possible. At present,
once a package is executed, the rest of the machine is
blocked until that package finishes. Is there any way to
prevent this blocking behavior when executing packages
through library?

Any help much appreciated.

Thanks,

Greg Hayes

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: DTS - running package async - 07-02-2003 , 03:42 PM






In article <012f01c340ca$32eed430$a501280a (AT) phx (DOT) gbl>, Greg Hayes
<gjhayes (AT) attglobal (DOT) net> writes
Quote:
Hello,

I have DTS packages being run within a VB client through
the DTS object library, and would like to run the
packages in an asynch fashion if possible. At present,
once a package is executed, the rest of the machine is
blocked until that package finishes. Is there any way to
prevent this blocking behavior when executing packages
through library?

Any help much appreciated.

You could use dtsrun and (and maybe start) but the package will still be
executing on your machine. DTS is COM, so it is client side, is this
what you want, the package running on your machine?

Using events through VB will give you more interaction.
http://support.microsoft.com/?kbid=221193
Execute a package from Visual Basic (VB)
http://www.sqldts.com/default.aspx?6,104,208,7,1


--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com




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.