Add UPDATE into exsisting INSERT script

Let me clarify something: Do you have a timestamp column in your SQL table? If you do, it will update all of your rows if the timestamp changes. If not, it will ignore the whole row, since the timestamp, being a column, would mean that the row would indeed be different.