DB Table loading using Batch Insert using ICS from CSV
Summary
DB Table loading using Batch Insert using ICS from CSVContent
Hi,
I have a requirement of loading a DB Table from a set of CSV Files data.Apart from the regular stored procedure option I need to know if ICS has the capability to handle a batch insert .
I have successfully inserted the data using a DB insert inside a for-Each on the RecordSet, but as this does not seem to be the most efficient way of doing batch insert,please suggest If ICS has any functionality to handle multiple database insert from a repeating RecordSet.Any suggestion will be helpful.
1