Home Forums SQL Server 2005 Business Intelligence SSIS -- Howto traverse folder sequentially using for each loop container RE: SSIS -- Howto traverse folder sequentially using for each loop container

  • Can you define "sequentially"? If it isn't processing the folders in parallel then technically it is processing them sequentially. I have to assume you want the folders to be processed in a specific order. I believe by default the foreach loop will process them in alpha order.