About 19,200,000 results
Open links in new tab
  1. How can I clone an SQL Server database on the same server in SQL Server

    You could just create a new database and then go to tasks, import data, and import all the data from the database you want to duplicate to the database you just created.

  2. Simple Procedure to Make a Copy of a SQL Server Database

    Dec 5, 2016 · My solution is to create a stored procedure (dbo.CloneDBUsingBackupRestore) that does the cloning process. The method used for the cloning is to backup the database and …

  3. Use the Copy Database Wizard - SQL Server | Microsoft Learn

    Jul 22, 2024 · By using this wizard, you can do the following actions: Pick a source and destination server. Select one or more databases to move or copy. Specify the file location for …

  4. How to duplicate MSSQL database on the same or another server?

    Sep 5, 2009 · In SQL Server 2008 R2 at least you can skip a step for getting a backup local to the server. Click Restore Database.. Probably this is the best solution: 1) On Source DB Server - …

  5. 25 Duplicating Databases - Oracle Help Center

    This chapter describes how to use the DUPLICATE command to create an independently functioning database copy. This chapter contains the following topics: Database duplication is …

  6. Clone a SQL Server Database Using DBCC CLONEDATABASE

    Aug 11, 2016 · In SQL Server 2014 SP2, Microsoft introduced a new DBCC command that can be used to create a read-only copy of an existing database in one shot that includes the schema …

  7. How to duplicate database using RMAN backup set - DBACLASS

    Steps for duplicating database using rman backup pieces. rman auxiliary / DUPLICATE DATABASE TO db_name BACKUP LOCATION

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

    May 18, 2009 · in pgAdmin3, in the Object browser (left) pane, I can select Servers -> (my server) -> Databases, right-click Databases, and select "New Database". One of the options is the …

  9. Copy a Database - Azure SQL Database | Microsoft Learn

    Dec 10, 2024 · Azure SQL Database provides several methods for creating a copy of an existing database on either the same Azure SQL Database logical server or a different logical server. …

  10. Copy a duplicate of an existing Microsoft Access Database

    Aug 19, 2020 · We're setting up a new project and would like to create a new clean copy of our existing database on a separate server, so essentially the layout/framework that has already …

  11. Some results have been removed