After you have upgraded to the new version of Adaptive Server, perform these tasks to make sure your new Adaptive Server is up and running.
After you have upgraded, you do not need to run update
statistics on any tables. The upgrade process does not
cause any changes in existing statistics.
If you upgraded from Adaptive Server version 12.5.2 or lower, after the upgrade you must run dbcc checkcatalog with the fix option to ensure there are no issues with OAM pages.
dbcc checkcatalog (database_name, fix)
If you have modified any of the Sybase system stored procedures without changing the names, executing some of these scripts will overwrite your modifications. In this case, you must reload the modified stored procedures after you run these scripts.
If the RTDS Adaptive Server Messaging functionality is enabled and the RTDSAdaptive Server MESSAGING feature is being used in this installation of Adaptive Server, then run the installmsgsvss command that is included with this release. Save the output of this step to an operating system file.
isql -Usa -P<sa password> -S<server name> -n- i $SYBASE/$SYBASE_ASE/scripts/installmsgsvss -o<output file>