Running Microsoft SQL 2012 standard, no compression, no partitions.
Running on Windows Server 2008 R2.
My loader program is VS C# 2013, pure 64 bit, .NET 4.5.2
I use Dapper 1.42 for my ORM.
I do NOT use commit/rollback/transaction logic, these are just si...