I am beginner in sql Database and I don't know where and how i search for my question.
I have two computer (a laptop and a PC). i work with database somtimes in laptop E& somtimes in PC
I need a solution to make Synchronization the two database to merge their records
suppos I have a table in database
in PC its data is:
1a 11:20
2b 10:30
3c12:00
And in other system the data is
1a 11:20
2b 10:30
3f08:25
the row 3 created differently
I need to merge tow tables :
1a 11:20
2b 10:30
3c 12:00
4f 08:25
Is a solution that can mege Inserted,Edited or deleted rows in two tables??
Regard,
VB2015