Generate database-creation SQL for a target database from a dump image.
sp_configure 'enable dump history', 1See Utility Guide for details on backupserver.
The Generate DDL from Dump Image wizard generates database-creation SQL using information from the dump image. It extracts device and segment mapping information from dump images, then generates a sequence of create database and alter database commands, ensuring that you can create an exact copy of the same data and log segment layout for your target database.
.