What is the best way to upload a large csv data file into SQL server using C# ? The file contains about 30,000 rows and 25 columns.
csv
This sounds like a perfect job for SSIS. It's a free part of SQL Server, can loop through all the csv files in a folder, is very fast, and has excellent error handling and logging.