I followed this article to insert values into SQL server. But I have a large dictionary (with key value pair 'Column Name and Column Values') around 100 items, I want to insert into SQL server.
Is there any way I can directly insert into DB with this Dictionary?