I have 327 .DBF files that i need to import in one table in a database in Mircosoft SQL server. These files all have the exact same structures, and are in the same location. Each file contains between 10,000 and 120,000 records.
I have been told that the easiest way to do this is to automate a conversion of all files to .txt then create a batch to merge all .txt files then import using the wizard.
Is there a way i can write a SP or other to just import the DBF files directly?
If so would appreciate some help.
Thanks

SQLis just a query language - used by many database systems, and they all have different approaches on how to import foreign data. So please update your tags with the appropriate database system (and version) you're using - be itMySQL,Postgres,SQL Server,Oracle,db2or whatever else you might be using. ....