sql server - How to update a record without changing rowversion -


if table has rowversion column in , make update row, value of rowversion column increases. know design , purpose of rowversion columns, there way make such update operation have no effect on rowversion value?

edit: tracking of updates on columns required, there operations avoid being perceived new versions.

no. see msdn. "every time row rowversion column modified or inserted, incremented database rowversion value inserted in rowversion column."


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -