4

How to Transfer Foxpro Database To SQL Server ?

DOK
  • 32,337
  • 7
  • 60
  • 92
rafiei
  • 41
  • 2

4 Answers4

2

You can use the upsize wizard, see here http://support.microsoft.com/kb/129847

SQLMenace
  • 132,095
  • 25
  • 206
  • 225
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