Usage: SchemaEditor.exe [filename] [-generate | -export | -preview | -apply | -help]
Parameter Name |
Description |
---|---|
filename |
The SchemaEditor file. If none specified, a file with a ".SchemaEditor" extension in the working folder will be used. If multiple files with the ".SchemaEditor" are found in the working directory, no default is used. |
-generate, -g |
Generate a sample configuration file. The file will be named "Default.SchemaEditor" and will be located in the working folder |
-export, -e |
Exports the database specified in the "connectionString" setting to the file named in the "exportFilePath" setting |
-preview, -p |
Previews the changes to apply to the database specified in the "connectionString" setting based on the new schema described in the schema file named in the "inputFilePath" setting. The results are written to the file named in the "reportFilePath" setting. |
-apply, -a |
Apply the changes to the database specified in the "connectionString" setting based on the new schema described in the schema file named in the "inputFilePath" setting |
-help, -h |
Display help for Dovetail SchemaEditor |
See Also |
Next |