Importing CSV files into SQL

Great, glad it helped.

Correct. If you use the same table table name, SQL will "know" the table already exists and give you options accordingly.

Naturally if you need to you can also ALTER columns. For example, if you determine one column is always an int or a date. If you do so, I strongly urge you to use a script to do that, because it may need done again later for that table or another import table.

1 Like