Hi, I have DataSet with 500 records in c# code. I want to insert these records in a sql table called "Employees" using c#. How this can be achieved. How to save these records into sql table using c# Thanks