JenJohnson
Programmer
Just found out from my DBAs that timestamp is an unsupported datatype when it comes to replication server. This datatype is part of the primary key of a table that needs to be replicated. We've discussed changing the datatype of the field from timestamp to datetime, but found that datetime was accurate only to the millisecond and there is a possibility of more than one record being inserted to the table in less than a millisecond, so, records could not be reliably sorted.
Has anyone else dealt with something like this, and feel up to sharing their thoughts or solution?
Many thanks!
Has anyone else dealt with something like this, and feel up to sharing their thoughts or solution?
Many thanks!