Title: Write CSV File to SQL Table
Platform: Windows, Windows Embedded
Version: v8.1 Sp0 Patch 0, but should work in v7.0 and up
This project contains a procedure titled CSVtoTable that takes the data from a CSV file, formats it into a valid SQL Query, and then inserts it into the specified SQL table.
The procedure requires the data file to contain data for each column of the table, it does not support headers or inserting into only some columns.