Hi,
I have a backup of a database, called ‘myDataBase’, and would like to restore it on the same server but under a different schema name. In other words after a restore I would like to have the original schema ‘myDataBase’ existing next to ‘myDataBase_copy’ and they are identical in everything but name. How can I do this?
Many Thanks
Mike