In SQL Server Integration Services 2005, how do I read a directory so I can then process all of the files in that directory?
views:
24answers:
1
+5
A:
I think you are looking for a foreach loop like this example:
http://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx
xkingpin
2010-03-30 01:58:17