Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Running the command line, using the config file config.xml, is as simple as follows:

IderaSchemaCmd<path>\config.xml

You can also use the command line to validate a config file, without comparing the SQL Server databases. This can be useful if you create the config file manually. Validation is performed via the /v parameter:

IderaSchemaCmd <path>\config.xml /v

To view the command line usage, use the help parameter: /? /h or /help

IderaSchemaCmd /?

Info

Due to the complexity of the config file, we strongly recommend that you use the command line wizard to generate the xml config files.

...