Resolved! Collection to SQL Server Database
Hi All,I have a requirement to write a large set of collection data to an SQL server database table. Currently I am looping collection and execute insert query one by one. Is there any method to insert all the collection data as a single unit or bulk...