I am using IronPython to create a data array and I need to insert this array to MS SQL Server.
The .Net class I'm using is SqlBulkCopy (part of System.Data.SqlClient)....I have found this StackOverflow article quite useful ...SqlBulkCopy from a list...How...