I am running SQL Server 2014 Express on my laptop.
I would to know how to copy a database to the same SQL Server instance without damaging or overwriting the original database.
I want to keep the old database and use it for testing.
I have looked at the two previous posts below but cannot see a definitive answer.
copy a database within SQL Server Express?
Create copy of database in sql server 2012 express
Thanks in advance for any help offered.