1
Reply

I need to synchronize two tables sql server using c#

Manas Sahoo

Manas Sahoo

Oct 30 2017 3:32 AM
235
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)