Switch to: V12V11V10V9V8V7V6V5

Table of Contents

CLONE DATABASE

Syntax

cloneDB
    :	CLONE DATABASE [DATA | STRUCTURE] TO path

This command creates a clone of the current Database.

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

Examples

CLONE DATABASE TO 'C:\db_clone.vdb'