Fastest method for SQL Server inserts, updates, selects

前端 未结 6 1504
遇见更好的自我
遇见更好的自我 2020-12-01 02:02

I use SPs and this isn\'t an SP vs code-behind \"Build your SQL command\" question. I\'m looking for a high-throughput method for a backend app that handles many small trans

6条回答
  •  萌比男神i
    2020-12-01 02:07

    This is not about Insert or Update, but I did some benchmarking for Read speeds with various approaches. Of all, DataTable routes seemed slower of the bunch.. Joel's approach is basically the fastest you can get..

提交回复
热议问题