how to migrate foxpro database data into sql server 2008 databae
migration
Collapse
X
-
Tags: None
-
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