|
|
Browse by Tags
All Tags » microsoft » SQL Server Inte... » Foreach Loop
-
A question I quite often see on the SSIS forum is: Is there a way to delete a group of files within a directory? ie: I want to delete all files in directorty c:\logs\*.txt (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3196521&SiteID=1) Well its actually quite easy, you just need ForEach Loop container and the FileSystem Task. ...
|
|
|