Suppose I have central site and branch sites. Branch sites also have its own distribution center;
Northern center, Southern center, Western center, and Eastern center.
I would like all information replicate among its own region. But only center site that should have all data in all regions.
Data inserted in each region can be updated only in that region.
Please advice me whether SQL Server supports this scenario, and how to configure it.