Comparison

From dbscript Online Help
Revision as of 23:27, 4 October 2009 by Ho (talk | contribs) (New page: === Functionality === Within a Project, a Comparison encapsulates the following functionality: * Select two Project Versions (schema versions) to compare * Selec...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Functionality

Within a Project, a Comparison encapsulates the following functionality:

  • Perform the comparison
  • Display the differences between the two versions as a result of the comparison
  • Select object changes to be scripted (as CREATE, ALTER, DROP statements)
  • Generate the change script

Terminology

Reference Version

The Project Version containing the target schema information (target version) to be upgraded to.

Difference Version

The Project Version containing the schema information (source version) to be upgraded from.

Typically, the Reference Version is taken from a development database, whereas the difference version is taken from a production database or a previous version of the development database.