Hi All,
we have two servers primary and backup SQL server 2008, we want to replicate our database to backup server. but we are facing problem that replication is not working properly on 2nd time. I am doing following steps after distribution database step.
1. Created new Pulication on Main server (selected transaction publication option)
2. defined the snapshot path location in publication properties.
3. job completed
4. created subscriber on backup server and select publisher
5. job completed
After that i can see the latest data in tables on backup server but when i am trying to run same job again on backup server and it is completing successfully but i am not getting latest data from primary server.
Thanks,
Agha