If I have two SQL Server 2008 R2 databases, running on two separate Windows Server 2008 R2 Servers (Server A and Serve B). And these servers are set up with transnational push replication from Server A to Server B. Is it possible for someone to enter new data directly to the data in the subscriber database on Server B, thus causing the publisher database and the subscriber database to be different?
If so, will that data be overwritten if I reinitialize the subscription, such that after the re-initialization, the two databases will be identical again?