Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sql server database synchronisation

I have 1 application , in which conditions are like i have to use local databases only for each PC....Now if some enrollment is done from 1 pc then that data should be store in local database and also it should be send to another PC...in short i want to synchronise all the data..

I need to clear 1 thing that "Centralize database is not possible..I cant use 1 database and connect to it from all PC.."So i need synchronization only...

I am using SQL SERVER Express Edition... and developing application in C# .NET

If have any doubt you can ask me i will describe more...

Databse Synchronisation

like image 722
Kishan Gajjar Avatar asked Jun 11 '26 10:06

Kishan Gajjar


1 Answers

Since you're using SQL Server Express, replication is not an option. (Express versions can only subscribe in a replication scenario.) But you should take a look at the Sync Framework, formerly known as Sync Services for ADO.NET. It is an API for .NET that provides the kind of db sync capabilities which you may find helpful. From your description, the Collaboration Scenario seems the most applicable (peer-to-peer synchronization scenario.)

like image 197
Paul Sasik Avatar answered Jun 14 '26 00:06

Paul Sasik



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!