I have CSV files I've imported into a new SQL DB (SQL 2012) as tables. I would like to update the database with the new versions of the CSV files which are generated weekly. What is the recommended way to auto update the tables in a SQL DB?
Please mark my post as helpful or the answer or better yet.... both! :) Thanks!