Is there a way to copy a in memory datatable (vb.net) and its columns(schema) into a sql server new or existing table? And if a column has been added to the temp table is there a way to BulkCopy the data adding the new column into existing sql server table?Is there a way to copy a in memory datatable (v