Postupgrade Tasks

After you have upgraded, make sure your new Adaptive Server is up and running.

The upgrade process does not cause any changes in existing statistics, so you need not run update statistics on any tables after the upgrade. If you are upgrading from Adaptive Server version 15.x, however, restart the server to make the statistics available.

  1. Run dbcc upgrade_object() for each database to explicitly re-compile the objects.
  2. If you upgraded from Adaptive Server version 12.5.2 or earlier, run dbcc checkcatalog with the fix option to ensure there are no issues with OAM pages:
    dbcc checkcatalog (database_name, fix)
  3. Run the updatease utility to install new system stored procedures and run the scripts for different options or licensed features.
  4. If you have any system stored procedures that you had saved from before the upgrade (because you had modified them without altering their names), reload them now.
  5. Execute:
    dbcc gam (dbname,0,0,'check')

    This command performs upgrade operations on text and image columns that are deferred during the Adaptive Server upgrade process, and prevents dbcc checkstorage from taking a long time when it is run for the first time after the upgrade.

Related concepts
How Compiled Objects Are Handled When Upgrading Adaptive Server
Related information
The updatease Utility