WHAT'S NEW?
Loading...

How to copy and rename an SQL Server database on the same server

Install Microsoft SQL Management Studio, you can download it for free from Microsoft website:
Open Microsoft SQL Management Studio

Backup original database to file (db --> Task --> Backup)

Don't create an empty database and restore the .bak file on to it, but use 'Restore Database' option accessible by right clicking the "Databases" branch of the SQL Server Management Studio and provide the database name while providing the source to restore.

0 comments:

Post a Comment