We got a nightly backup/restore managed by another source. And we need to execute an SSIS package right after restore.
At the moment, all the processes are executed in a timely fashion by estimating how long every step can take which is very error prone.
Question is, how can i check if restore finished and execute the SSIS package?
NOTE: backup/restore is executed cannot be done with SSIS.