In my environment I have multiple logical databases in my universe, DB-A and DB-B
If a disaster were to occur I would like to have both the databases for this system have backups as close as possible to the same point in time.
Therefore I would like to be able to start the backup of database A and B at the same point in time.
I don't have a programmatic way in platform of backing up the second database after the first sequentially, while I can schedule the backup of B to happen at a different time then A I have to estimate the length in time the first will take to determine when to start the second. If the backup of A takes longer than expected the B backup will fail since two backups cannot run at once.
In my environment I have multiple logical databases in my universe, DB-A and DB-B
If a disaster were to occur I would like to have both the databases for this system have backups as close as possible to the same point in time.
Therefore I would like to be able to start the backup of database A and B at the same point in time.
I don't have a programmatic way in platform of backing up the second database after the first sequentially, while I can schedule the backup of B to happen at a different time then A I have to estimate the length in time the first will take to determine when to start the second. If the backup of A takes longer than expected the B backup will fail since two backups cannot run at once.