Posted on: 3/20/2014 11:36:44 AM | Views : 539

Currently I am on a project where I need to synchronize some databases. A Golobal (SQL SERVER EXPRESS) and several local databases (LocalDB in SQL SERVER). -So my first thought is to develop a synchronization engine adapt to my needs. -I search the web and I find that there is a feature in SQL SERVER for synchronization of databases "REPLICATION". * I have not really understood exactly all the features that offers me the REPLICATION if someone can help me with a few lines ...

Go to the complete details ...