If I have database A, and database B. Database B has existing data... Database A is empty.
If I turn on replication, with Database A being the publisher, and Database B being the subscriber ... will the exisiting data within Database B be deleted? Or will the data remain in Database B, and any new data added to Database A be replicated to B.
I'm thinking when you create the replication, the entire database B would be overwritten with database A data.
Is that right?