Speed up update of 185k rows in SQL Server 2008?

前端 未结 3 1358
无人及你
无人及你 2020-12-19 14:17

I have a binary file with about 185k rows in it. C# parses file in seconds. What would be the best way to update MSSQL table with

3条回答
  •  一生所求
    2020-12-19 15:01

    Not sure you really want to do it via C#: probably want to use BULK INSERT and give it a file with your data properly formatted.

提交回复
热议问题