- there is a time slot table.
- it exists on two or more computers.
the table maintains the reservation of the time slot for the complete year.
assume that the connection between the servers breaks.
user on site1,
enters data like :-- timeslot(3:8) reserved for(this) where timeslot is the primary key
user on site2
does the same.
problem
the dbms will give no error as, the change at site1 is not recorded/replicated to the site 2
when the connection between the sites is restablished, there will be an error when the merging of sql sever runs AT BOTH ENDS.
how will this error be handled by the sql server AT BOTH SITES? what data of which site will it allow?