Networking 2PC To work together

How do I network 2 computer systems… One as master the other as slave
I seriously need answers

It’s covered so many times on forum - please search before making new topic…

You need to be using SQL Express on the main server machine.
Then with ports etc setup for sharing database you set the database connection string to point to the server rather than locally on the second machine.

See kendash’s thourough tutorial here;

Depending on what DB type your already using you might not need the conversion bit but rest is all there.

2 Likes