Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bring Over tables from Foxpro to SQL SERVER 1

Status
Not open for further replies.

bsembhi

MIS
Jul 22, 2008
2
US
Is there a way to to bring over tables from Foxpro to SQL SERVER without using DTS packages
 
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.
 
You could use Excel if you are not concerned about memo fields .
You may have to break up large databases into chunks 16k records due to limits of exporting to excel.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top