Switch to: V12V11V10V9V8V7V6V5

CLONE DATABASE

cloneDB
    :	CLONE DATABASE [DATA | STRUCTURE] TO path

This command creates clone of the current Database.

  • DATA or STRUCTURE - this optional parameter specifies if a new clone should contains only Structure or Data also.
  • path - Location of a new database.

EXAMPLE:

CLONE DATABASE TO 'C:\db_clone.vdb'