Community

SQL Server Rowversion Functions min_active_row_version vs. @@DBTS

(Robert Biddle) For data synchronization projects, using rowversion is a very effective method for detecting changes. In order to work with the rowversion properly, we would need to either use @@DBTS or the function min_active_rowversion. Understanding the differences between these values will help

Read More - Register for Free Membership