DBFs into SQL Server
1
Does anyone know of an efficient way to import DBFs into SQL Server 2008 (besides the “import into Access, then import the Access files into SQL server-method”)? I don’t work with SQL Server much, but I do it enough to have had this problem before (to be exact, it seems I have this problem once a year).
Leave a Reply
You must be logged in to post a comment.
1 Answer
1
Does this help? Stack Overflow: How can you import a foxpro DBF file in SQL Server?
I've never used SQL Server, so that's all I can offer!
Joe Germuska
351
Leave a Reply
You must be logged in to post a comment.
Your Answer
Please login to post questions.

Hey Morisy, thanks! I’ve surfed around some SQL sites myself but I’m always left cross-eyed at the idea of writing a SQL Server process. Although, if I were to take my own medicine and listen to the advice I give others, I could teach myself to fish, learn it once…
I run a Q&A community for IT folks with a SQL bent, and so posted your question over there: http://bit.ly/c1bN5I Will update here if it gets answered.