Hi - I have a question about the use of timestamp in a clustered database. If I have a table which uses timestamp - is the value calculated for the timestamp consistent between the servers that could own the SQL Instance?
In other words - if I insert a row into the table whilst NODE1 owns the database, would the value for timestamp be the same as it would be if the database was owned by NODE2 and the row had been inserted at exactly the same time? I seem to be getting issues with data where I am using a timestamp, but only after a failover occurs.