/* https://docs.microsoft.com/en-us/sql/t-sql/data-types/rowversion-transact-sql?view=sql-server-ver15 Don't use timestamp it's deprecated, use rowversion which is ...
and I think this is because of wrong order of columns in queries what executed by this operations, this is from profiler: **SELECT TOP 0 T.[ID], T.[Field1], T.[Fiield2], [RowVersion] = CAST('' AS ...