If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have taken backup of one database. I want to have same DB for other application so I want to clone this backed up DB with different name.
How should I do that?
1) do a redirected restore
2) use the "TO <target-directory>" clause
3) use the "INTO <target-database-alias>" clause
4) use the "NEWLOGPATH <directory" clause