I am trying to insert all the data in DataTable to a table to the SQL
Server. I looked around the internet and found ways to insert row by row.
Rather than doing this way, I want to simply "copy" data to a table in the
SQL Server. If possible, it would be convenient if the table is also
created.
I cannot use Select Into because I don't think I can use that statement from
DataTable. If you know a good way to copy table, can you let me know?
Thanks!