Recommended method to import a .csv file into Microsoft SQL Server 2008 R2?

前端 未结 6 996
陌清茗
陌清茗 2021-01-02 04:21

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

6条回答
  •  死守一世寂寞
    2021-01-02 04:58

    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.

提交回复
热议问题