Currently, I have two database servers (s1 and s2). both server contains the same database MyData and data only update on s1.
What I want to do is that I want both databases contains same data all the time in both server.
Could anyone point out the good way to do this without slowing down s1?