I have a problem about the timestamp/rowversion overflow. As to my understanding, the use of the datatype would be trivial with the overflow happening as we cannot differentiate the oldest and the latest modified entries in a database. My problem is how can I overcome this?
Edit: Let's say I'm using timestamp for syncing data, How can I differentiate an entry with timestamp 0x0000000000000001 [first entry of the database] and the entry after the 0xfff....fff [first entry after the overflow]. ( as to my understanding, this field should eventually overflow at some point in time.please correct me if I'm wrong).