About 50 results
Open links in new tab
  1. How can I clone an SQL Server database on the same server in …

    375 I have an MS SQL Server 2008 Express system which contains a database that I would like to 'copy and rename' (for testing purposes) but I am unaware of a simple way to achieve this. I …

  2. MySQL: Cloning a MySQL database on the same MySql instance

    Using MySQL Workbench you can use Database > Migration Wizard to copy database to the same or to the other server instance. I believe it works server-side so it should be a good …

  3. Duplicate Entire MySQL Database - Stack Overflow

    Oct 3, 2023 · Is it possible to duplicate an entire MySQL database on a Linux server ? I know I can use export and import but the original database is > 25MB so that's not ideal. Is it …

  4. Creating a copy of a database in PostgreSQL - Stack Overflow

    May 18, 2009 · What's the correct way to copy entire database (its structure and data) to a new one in pgAdmin?

  5. Create Duplicate SQL Database for Testing - Stack Overflow

    From the Microsoft Docs: Right click on the database you want to duplicate and choose Tasks->"Back Up..." Save the back up to a .bak file Right click on the "Databases" folder in the …

  6. How to duplicate a SQL database in Microsoft SQL Server …

    Jun 16, 2022 · 2 On sqlexpress, we can backup database to another on MSSMS (Microsoft SQL Server Management Studio) like this: Right-Click on Databases\Restore Database... Then …

  7. How can I duplicate a database using phpmyadmin?

    May 10, 2013 · Go to the database you want to duplicate and click the Operations tab. In the Operations page under Copy database to section enter the name of the new database and …

  8. Copy/duplicate database without using mysqldump - Stack Overflow

    Dec 21, 2016 · Without local access to the server, is there any way to duplicate/clone a MySQL db (with content and without content) into another without using mysqldump? I am currently …

  9. How to clone database in Microsoft SQL Server Managment Studio

    Apr 4, 2024 · -1 This question already has answers here: Cannot drop database because it is currently in use (24 answers) How to duplicate a SQL database in Microsoft SQL Server …

  10. How do you re-duplicate a broken physical standby database?

    Apr 5, 2015 · RMAN> duplicate target database for standby from active database dorecover nofilenamecheck; Now rman will perform a duplication of your physical standby database.