Inserting records into database in a bulk
Inserting records using SqlBulkCopy
When there comes the necessity of inserting a lots of rows into database (for example, when importing data from a flat file (excel, csv) or when importing data from one database into another one), and you need to do it programmatically, because it needs to be pre-processed on the fly, then you [...]






