Bulk Insert Using SqlClient.SqlBulkCopy
Inspired by: Steve Novoselac’s Post on SqlBulkCopy I had a lot of data that I wanted to dump from a wide range of flat text file databases. I already had classes that stored the schema for the tables and some of the formats were weird (i.e. custom date stored as a single), and rather than […]