Running a reserved word check

The sp_checkreswords system procedure detects and displays any identifiers in your existing databases that conflict with reserved words. Server Config installs sp_checkreswords and checks the reserved words during the upgrade. Server Config does not display the names or locations of identifiers that conflict with reserved words, only the number of conflicts.

NoteYou must use the sp_checkreswords stored procedure from the new installation to verify that the old installation of Adaptive Server does not use any reserved words that were introduced with the new server.

Server Config always discovers one reserved-word conflict for each database in your Adaptive Server. This is because the sysobjects table in Adaptive Server inserts a reserved word with each of its table entries. You do not need to address these conflicts, because they do not adversely affect the upgrade process.