I have data loaded from a csv file into a datagridview control and want to save this to a new SQL Server table in an existing dataset. I am first checking that the field names match existing or are OK as MS SQLServer fieldnames. I am a beginner with SQL Server but have had a lot of experience with MS Access. The dataset size is beyond Access. The csv files once loaded into an interim table will be edited to ensure that the data conforms with the standard required for the main server table and either appended/inserted to the main table or if updates will have existing records updated. The interim table will be deleted before creating a new table. Using VB 2008 and MS SQL Server Express 2005