Typically, schema is first modified in a development environment. When the initial development and testing is completed, you will likely migrate those changes either to a test environment or to the production environment.
The below procedure provides instructions on how to migrate the schema changes from one project (development, for example) to another (testing environment, for example). This process uses both the Database Update Wizard and the Schema Change Wizard.
The first step is to get the table and field definitions copied from the source project to the destination project. The Database Update Wizard is used for this step.
Now that the data dictionary contains the changes you want to implement, the next step is to update the physical database using the Schema Update Wizard.
At this point, the data dictionary and the physical table definitions of the source and destination projects should be identical.
You may also need to transfer project data and or additional application extension data. The Database Update Wizard will accomplish those transfers. See How to Copy Non-Database Dictionary Data Between Projects.
Copyright © 1984-2014, ARCHIBUS, Inc. All rights reserved. |