Database Synchronisation
hi..
i hope right forum question. new in databases. i have such problem:
there database on sql-server in country x. database has tables like
table 1,table 2 ,.....table 10;
i develope application visual c#.net 2.0. use local sqlexpress database, has tables like
table1,table 2..table 6,table a,table b.
as see table 1-table 6 same in both databases (not whole database ). , these tables must have same information (server database changes->local database must read changes). because of there must synchronisation between them.
how can solve problem? need write code or there simple solution?
thank you.
what u need replication of database , possible in sql server... there 3 types of replication ,
(a) transactional replication
(b) snapshot
(c) merge
read these in bol(books online)
madhu
SQL Server > SQL Server Express
Comments
Post a Comment