This is quite a large video series - seven videos in all - that covers migrating a mildly complex DTS package into SSIS using a variety of techniques. If you want an exhaustive treatment of how to migrate a complex DTS package to SSIS, then you definitely will want to watch this series. You'll see how to loop through each file returned from a result set, download that file via an FTP Task, and then bulk load that text file's data in a SQL Server table (couched in a "Here's how we did it in DTS and here's how we do it in SSIS").Highlights from this video series:Using the Package Migration Wizard (PMW)Limitations of the PMWWhat to Do When the PMW Reports Success But Your SSIS Packages FailShould You Rewrite Your DTS Package or Use the PMW? and much more