Skip to content

Instantly share code, notes, and snippets.

@nosajhpled
Created August 31, 2018 20:29
Show Gist options
  • Save nosajhpled/682016a25a91359a2c777d867361b437 to your computer and use it in GitHub Desktop.
Save nosajhpled/682016a25a91359a2c777d867361b437 to your computer and use it in GitHub Desktop.
Convert FoxPro to Microsoft SQL Server
The easiest way to convert FoxPro to Microsoft SQL Server is to copy the FoxPro file to a CSV and use the SQL Server Import and Export Wizard.
In FoxPro
use NameOfFile (or ?)
copy to NameOfFile type csv
This will give you a clean CSV with a header line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment