Table of Contents
CLONE DATABASE
Syntax
cloneDB : CLONE DATABASE [DATA | STRUCTURE] TO path [WITH vext_set_property]
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'