Pre-upgrade checklist

  1. Install the most recent version of the operating system that has been certified for Adaptive Server.

  2. Check that you have enough disk space. See your installation guide for requirements.

  3. Check that each database has at least 10% free space. This is needed by the upgrade.

  4. Check your applications to assess impact from SQL changes. See Chapter 4, “Making Required Application Changes.”

  5. Check for new reserved words, including those in scripts and applications. See “New reserved words” in this manual.

  6. Replace obsolete environment variables in applications and scripts.

  7. Record size and device fragment information for all databases. You can query the sysdevices and sysusages tables for this information.

  8. Make a note of the default character set and sort order. See the System Administration Guide for information about character sets and sort order.

  9. Verify that sybsystemprocs is large enough and that all device fragments, if there are multiple fragments, contain both log and data segments. See “sybsystemdb”in Chapter 5, “Making Database Administration Changes.”

Just before upgrading:

  1. Set master as the default database for “sa”.

  2. If the locations of your error log and configuration file are not the default locations, change them to the default location.

  3. Back up:

  4. bcp out critical system tables:

  5. On Windows, change the service type for Adaptive Server to “manual.”

  6. Disable mirroring.

  7. Use sp_auditoption “enable auditing”, “off” to disable auditing.

  8. Save the server configuration (.cfg) file.