I seem to recall that when a row in a table is updated, SQL Server first deletes the row, and then re-adds the row, with the same Identity value for a column, if such a column exists. Can anyone confirm this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Having actually looked at it now, I take it all back: http://www.sqlskills.com/BLOGS/PAUL/category/On-Disk-Structures.aspx This can be easily tested on SQL Server 2008. (code modified from linked article)
|
|||||||||||||
|
