Asked By Tibor Karaszi
11-May-07 02:44 AM
No that statement is not correct. SQL Server will in many cases do an "update in place".
However, an update *might* be performed physically as a delete followed by an insert. For instance
when the row doesn't fit the old page, or if you are modifying the key that you are clustering over.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/