Synchronization between Client database and Central Database
Posted
by Indranil Mutsuddy
on Stack Overflow
See other posts from Stack Overflow
or by Indranil Mutsuddy
Published on 2010-05-10T03:31:08Z
Indexed on
2010/05/10
3:38 UTC
Read the original article
Hit count: 538
Hello, I am trying to develop UI in C# .NET to synchronize 7 instances of backup databases with the central database one by one (All holding same schema) .The backup database( all 7 instances client databases) which is brought to the central server in a removable device such pendrive will consist of mdf and ldf files from each client and will be attached to the server where the central database resides. After all the client backup databases are attached i need to synchronize(update existing data or insert new data to the central database residing in server) each backup database one by one to central database. I want to know as how i can synchronize betweeen a backup database with a central database using C# .NET
© Stack Overflow or respective owner