migration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pallavi manjare
    New Member
    • Oct 2011
    • 4

    migration

    how to migrate foxpro database data into sql server 2008 databae
  • gpl
    New Member
    • Jul 2007
    • 152

    #2
    Foxpro is essentially dBase -- is there a filter for this in the import (was data transformation in sql 2000)
    If not, write a script to recreate the tables and then some code to extract the data from the foxpro database and format it into a series of INSERT statements that you can execute to add the data into SQL 2008

    Thats how Id do it

    Comment

    Working...