SQL Server Rowversion Functions min_active_row_version vs. @@DBTS
For data synchronization projects, using rowversion is a very effective method for detecting changes. In order to work with rowversion properly, we would need to either use @@DBTS or the function min_active_rowversion. Understanding the differences betwee