1
Answer

I need to synchronize two tables sql server using c#

Manas Sahoo

Manas Sahoo

7y
252
1
My purpose is to synchronize two tables in two different db server in sql.The application should watch for any changes in a table(tbl1) of database db1 in server A and as soon as it updates the table(tbl1) of db1 in server B.Can anyone provide mw any application.
Thanks in advance 
Answers (1)