I have an application that uses DBF files and I need to import them to SQL Server 2008. However, I also need to modify some of the data along the way and some columns will be added to tables while others will be deprecated.
So far I’m using DBF -> Access -> MS Migration Assistant -> SQL Server 2008. But I think that there has to be a better way to handle it. I’d like to get away from the Migration Assistant because it doesn’t let you modify the data when you import it.
It seems you’re out of luck 🙁
See this note:
Microsoft SQL Server 2005 Books Online, Choose a Data Source (Import and Export Wizard)
But maybe this other Stackoverflow question can be of help??
How to import a DBF file in SQL Server
Or check out some commercial and/or shareware tools for the job