Hi
The SSIS package has a step where it calls for a DB snapshot replication (SQL Agent Job) to start after it has updated the database on server A.
I want SSIS to wait till this snapshot generation and subscription has finished before going to the next task. The following task requires access to the tables that are being replicated, therefore need to be available.
Will appreciated if someone could advise on how to use sp_replmonitorhelppublication and SP_replmonitorhelpsubscription to get the status for replication and only allow the SSIS package to progress once replication is finished.
Thanks
DBA
DBA