How to import data from DBF file into SQL server

by | Apr 28, 2008 | SQL server | 0 comments

I spent a few hours to find solution for my last project. I had to import data from old DBF files into SQL server. I made such things a few years ago with SQL server DTS, but In SQL server integration services (SSIS) it must be done in different way, but when you know how to do this, it’s simple. To create connection to DBF file you have to chose as a provider: “Native OLE DBMicrosoft Jet 4.0 OLE DB Provider” (screen below). Then you have to provide path to folder where your DBF files are located.

Connection

Then you have to go to options “ALL” and as “Extended properties” write “DBase 5.0” (next picture). And that’s all. When you create source or destination connection with this data source all DBF files stored in folder will be visable as single table (one file – one table). dbf
[adblockingdetector id=”5770e6ed85560″]

Written by Tomasz Szulczewski

Hi, my name is Tomasz Szulczewski, and I have been in love with information technology for over 25 years, but I still have an IT passion and feel like a geek. I am a person who is problem solver who thinks that not all people must be experts in IT.

Related Posts

#n/A in SSAS cell

Today I get strange error when I made new cube for SQL Server 2008 R2 analysis services. My cube simple  just three dimensions and a few measures. I’ve created as always role for my users and grant them “Read” right [adblockingdetector id="5770e6ed85560"] Part of the...

read more

0 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.