I found the DTS packages very very slow importing from FoxPro to SQL Server. Finally, I wrote a small PRG file to export the data from the FoxPro table to a TXT file, and then built a DTS package to import from the TXT file to SQL. It also had the advantage that I could cleanse the data somewhat during the export.