dbTalk Databases Forums  

parallel execution question

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


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



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

Default parallel execution question - 10-02-2003 , 11:13 AM






I have the following parallel execution defined in my DTS
Designer:

Note: All databases, DB1, DB2, and DB3 are SQL Server 2000
dbs

Delete Old Data From DB2(Execute SQL Task)
^
Quote:
(Parallel Exe.) |(On success)

DB2<------------- DB1
Transform Data Tk ^
(On success) |
Quote:
(Transform Data Task)

DB3

The package is running the way I want it to run because
even though the "Delete Old Data From DB2" and
the "Transform Data Task" between DB1 and DB2 are
parallel, when I run the package "Delete Old Data From
DB2" runs before the "Transform Data Task". How do I know
that the "Delete Old Data From DB2" task will always run
before the "Transform Data Task"?

Please help.

Thanks.

Derek


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.