If there is a rowversion column in the table and you are doing an update for that row, the value of the rowversion column is incremented. I know that this is in the design and purpose of rowversion columns, however is there a way to make the update operation not affect the value of rowversion?
Edit: update tracking is required for all columns, however there are some operations that we would like to avoid perceiving as new versions.
sql-server tsql
wnka
source share