I have my production Database that I would like to backup and then restore the data to a "sandbox" database. The problem is that I the production database is not the same name as the sandbox database.
How would I solve this issue and be able to backup the production data and rename it to the sandbox database.
Thanks in advance.