SQL Server Intergration Services 2005 - How do I get a directory listing
In SQL Server Integration Servic开发者_StackOverflow社区es 2005, how do I read a directory so I can then process all of the files in that directory?
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
精彩评论