There are probably several answers to this question but as I am unsure of what to look for I can't find anything suitable.
Having converted a couple of MS Access databases to run on SQL Server I have been given the job of setting something up in SQL Server. The key part of this will be to load two csv files with identical formats into two tables then move the csv files to an archive area. The files will contain over 100,000 lines on most occasions. I am looking for an efficient method of loading. Once loaded I will move the data into different table and clear the load table ready for the next import.
Any help would be gratefully received.
Sandy
Having converted a couple of MS Access databases to run on SQL Server I have been given the job of setting something up in SQL Server. The key part of this will be to load two csv files with identical formats into two tables then move the csv files to an archive area. The files will contain over 100,000 lines on most occasions. I am looking for an efficient method of loading. Once loaded I will move the data into different table and clear the load table ready for the next import.
Any help would be gratefully received.
Sandy