Run sp_iqcheckdb to verify the consistency of the upgraded databases.
In this step, you run the IQ 12.7 version of sp_iqcheckdb, which uses input parameters, rather than database options, to specify the type of database consistency checking.
Issue a CHECKPOINT command.
Run sp_iqcheckdb in detailed check mode.
sp_iqcheckdb 'check database'
If you run the procedure from Interactive SQL, redirect output to a file by typing the following:
sp_iqcheckdb 'check database' >& filename
Issue a COMMIT statement.
Examine the sp_iqcheckdb report for errors. For information on interpreting the sp_iqcheckdb results and corrective action, refer to Chapter 2, “System Recovery and Database Repair,” in Sybase IQ Troubleshooting and Recovery Guide. If you need to contact Sybase Technical Support, you must provide the output from sp_iqcheckdb.