I have 4 sql server machines connected to a single switch (single network).
How can one of the above sql server update a record in 2 of the 3 servers by multicasting or broadcasting? To keep the network traffic to a minimum I do not want to update one server at a time.
IP protocol has built in mechanism for multicasting and broadcasting, therfore, SQL server should be able to take the advantage of it. I do not know if it does.
Munzer Haque