On my primary database:
- I have setup Snapshot publication
- Snapshot is generated directly on the DR server via UNC path
- SQL Agent job generates snapshot every night at 10 pm. It takes approximately 30 minutes to generate the snapshot of 5 GB database.
On my DR (Disaster Recovery) Server:
- I have setup pull subscription for the subscription database
Currently, I have scheduled Subscription database to synchronize around 10:30 pm every night with the assumption that snapshot generation by Publisher will be completed by then.
Instead, I want to kick off Subscription database synchronization as soon as the Snapshot generation is completed on the primary server. Is there any way to achieve this?