1

i want to convert several Table from foxpro (dbf , dbc) file to sql server. how can i do it?

David Faber
  • 12,017
  • 2
  • 28
  • 40

3 Answers3

3

Try following links it will help you

Trying to Import FoxPro DBF File to SQL Server

http://www.sql-server-performance.com/2011/import-dbf-files/

Community
  • 1
  • 1
0

You can import dbf file to sql . you can follow instructions given Here.

you can just Google import foxpro to sql server .. you can find so many ways to do it.

DevT
  • 4,615
  • 16
  • 57
  • 91
0

I've had some luck using the upsizing wizard. This tool I believe was included within one of the later versions of the Visual FoxPro IDE and appears now to be supported by the VFPx project on codeplex.

jpierson
  • 15,160
  • 11
  • 100
  • 144
  • 1
    If you're going to use the Upsizing Wizard, make sure to get the one from the VFPX project, not the one that shipped with VFP prior to VFP9 SP2. – Tamar E. Granor Jan 27 '15 at 21:54