Previously I’d blogged on importing the data from dBase (DBF) files to a SQL Server table which can be found in link below http://visakhm.blogspot.in/2013/08/importing-dbf-files-to-ssis.html Now lets see how we can do the reverse.The scenario is as follows. There’s a table…
Importing DBF files to SQLServer Table using SSIS
Recently we had the requirement of importing data from multiple dbf files to SQL Server database. This post explains the step by step procedure of how this can be achieved using SSIS and also discusses the resolution to an issue…