dbTalk Databases Forums  

Looping and thread completion

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


Discuss Looping and thread completion in the microsoft.public.sqlserver.dts forum.



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

Default Looping and thread completion - 11-01-2004 , 12:58 AM






Here's the gist of my package:

Get rows to process
Start loop
Get next row of data
- Generate Excel file? Generate Excel file.
- Generate RTF file? Generate RTF file.
- Generate XML file? Generate XML file.
End Loop

My package is bombing in random places, and I think it's because the
loop is going to the next row before the previous file generation is
complete.. How can I make sure that all threads for the current loop
are complete before allowing the loop to increment and start on the
next row of data? I'm at a loss. Any help would be greatly
appreciated. Thanks. - Mike

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 - 2013, Jelsoft Enterprises Ltd.