I would like to setup replication between production server and a development server. At the same time, I would like to be able to add a row of data to the development server and not have that data overwritten when the replication takes place.
Is there a way to accomplish this?