Had a simple question..there is a command in UDB:
RESTORE DB a TAKEN AT ts1 INTO b
Where 'a' is one database, 'b' is another database and ts1 is a
timestamp in the past when database 'a' was backed up.
Seems that with this command, UDB 'overlays' database 'b' with the
contents of backup copy of database 'a' (I know that is a simplistic
way of putting it).
My question is: What are the scenarios when someone would give this
RESTORE command? Why would anyone ever want to 'overlay' a database
with another database?
RESTORE DB a TAKEN AT ts1 INTO b
Where 'a' is one database, 'b' is another database and ts1 is a
timestamp in the past when database 'a' was backed up.
Seems that with this command, UDB 'overlays' database 'b' with the
contents of backup copy of database 'a' (I know that is a simplistic
way of putting it).
My question is: What are the scenarios when someone would give this
RESTORE command? Why would anyone ever want to 'overlay' a database
with another database?
Comment