Hello,
Thare are 2 databases
one is in sql 2005
other is in sql server 2000
How to implement a synchup process which will do the following?
Any update/insert in Table A in sql server 2000 should trigger an update/insert in Table A on Sqlserver 2005 and viceversa.
Inputs are welcome!