could you please suggest me the way I could automatically resolve
primary key conflicts during a merge between Publisher and Subscriber. It seems Sql Server doesn\'t do it out o
This isn't an easy solution (since you've presumably already designed your database with auto-incrementing int keys), but using GUID ("uniqueidentifier") for your primary keys will solve your PK collision problem.