Clone database on SQL Server

Method 1:

In the SQL Server Management Studio:
  1. Right click on the database 
  2. Select Tasks
  3. Select Copy Database...
  4. Follow the step in the Copy Database Wizard
Method 2:

In the SQL Server Management Studio:
  1. Right click on the database
  2. Select Tasks
  3. Select Back Up...
  4. Select the desire database and back up the database to disk
  5. Right click on the "Databases" and select New Database...
  6. Create a new database with the desire name.
  7. Right click on the newly created database
  8. Select Tasks
  9. Select Restore > Database... to restore the database
  10. Select From device to look up the image file.

留言

這個網誌中的熱門文章

java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl$Parser

10 Tips for Proper Application Logging

Turn off WebLogic basic authentication