Quantcast
Channel: User Schwern - Stack Overflow
Viewing all articles
Browse latest Browse all 581

Comment by Schwern on Is SELECT ... INTO #temptable the only fast operation in SQL Server?

$
0
0
@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.

Viewing all articles
Browse latest Browse all 581

Trending Articles