I am trying to do merge replication.In my case
publisher-sql server 2008 standard
subscriber-sql server 2008 express
I want to replicate data between these two.I am able to setup merge replication. But in subscriber the database was there with lot of content. in publisher the same db and table structure was there with no contents.When i did merge replication i found that all table contents became blank in subscriber where i had lot of data.I was expecting that the data will replicate from subscriber also.But the blank rows are replicated to subscriber and all my initial data get deleted in subscriber.(in merge replication two side sync should happen as i see in microsoft site).but i had problem of replicating blank rows.How i can avoid it? I have all database in pc with sql server express which i dont want to shift to sql server standard. How i can manage merge replication successfully in my scenario?
Thank u..