@smatofu Like has been said, 1)
update
and insert
are different operations, one cannot replace the other. Update has to first check if each value is in the table (read) then it modifies the row or writes a new one. Insert just writes a new row. Can you explain how an insert
could replace the update
here? 2) we need to see the explain
output. 3) We're not the SQL Server developer team.