How to Transfer Foxpro Database To SQL Server ?
Asked
Active
Viewed 1,378 times
4 Answers
2
You can use the upsize wizard, see here http://support.microsoft.com/kb/129847

SQLMenace
- 132,095
- 25
- 206
- 225
-
What if you're not fortunate enough to have a copy of foxpro? – Zach Mar 08 '11 at 21:18
0
You might also want to look at the Sedna Upsizing Wizard Update on codeplex at http://vfpx.codeplex.com/wikipage?title=Sedna#SQLServerUpsizing

stuartd
- 70,509
- 14
- 132
- 163
0
If you are moving a large amount of data, I would recommend SQLXMLBulkLoad. Doug Hennig wrote about it and has sample code at http://doughennig.blogspot.com/2006/07/sqlxmlbulkload-rocks.html

Frank Perez
- 993
- 8
- 18
0
Another option, if you are using SQL Server, is to use a Link Server to access your VFP database without having to convert it to SQL Server.

Jerry
- 6,357
- 8
- 35
- 50