Greetings. We need to retain the original TIMESTAMP value between the Publisher and the Subscriber. I'm aware that I can change a Publication property, but this only seems to be a viable option when the Subscription is initialized from a Snapshot. When the Snapshot occurs, I've learned that some magic is worked behind the scenes to make everything go. However, this isn't the case when initialized from backup/ restore.
I've thought of many kludgey things, and even tried a few, to get around this issue. None of my options seem to be good ones. Is there a good way to handle this?
Thanks in advance! ChrisRDBA