What is your recommended way to import .csv files into Microsoft SQL Server 2008 R2?
I\'d like something fast, as I have a directory with a lot of .csv files (>500MB
If the structure of all your CSVs are the same i recomend you to use Integration Services (SSIS) in order to loop between them and insert all of them into the same table.