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
Fastest for execution time or fastest for programming time? The only thing you could do to increase throughput on #1 is to use multiple threads and connections to do the inserts - you can do this with SQLCommand.BeginExecuteNonQuery