I am using SQL Server Express 2008, and I would like to create a completely new database using the backup of another database, but I don't want to overwrite the original database or change it's name. I have read this post: Creating new database from a backup of another Database on the same server? but have researched the suggestion and it appears to replace the original database which I don't want to do.
Thanks.