I looked at this thread: In SQL, is UPDATE always faster than DELETE+INSERT?, but it didn't seem to answer the question as everyone takes side on both.
Let's pretend I have a table with 100 columns and 50 million rows of data. No indexes No constraints
Would it be faster to truncate/insert 50 million rows or simply do an update based on column or combination of columns?