Scenario.
Replication runs every 15 minutes.
We are updating table on the publisher and querying that table on the subscriber.
Therefore, the update can take up to 15 minutes to get down to the subscriber.
My solution is to update both the publisher and subscriber, but now sure if this is should be done?
Or is there another solution that would be better. I don't want query the live DB.