SQL Server RowVersion/Timestamp - Comparisons
问题 I know that the value itself for a RowVersion column is not in and of itself useful, except that it changes each time the row is updated. However, I was wondering if they are useful for relative (inequality) comparison. If I have a table with a RowVersion column, are either of the following true: Will all updates that occur simultaneously (either same update statement or same transaction) have the same value in the RowVersion column? If I do update "A", followed by update "B", will the rows