Symptoms
Assume that you have SQL Server 2019 with batch mode on rowstore enabled. You execute a query with a join operator and a filter predicate. Both join key and filter column are Timestamp or Rowversion datatype. In this scenario, you may receive an error 3625.
Workaround
To workaround this issue, disable batch mode on rowstore.
BATCH_MODE_ON_ROWSTORE database-scoped-configuration set to OFF
USE HINT 'DISALLOW_BATCH_MODE'
Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Resolution
This issue is fixed in the following cumulative update for SQL Server:
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:
References
Learn about the terminology that Microsoft uses to describe software updates.