Verify the Legacy Databases Before Migration

Verify the consistency of your Sybase IQ 12.7/12.6 database before you migrate.

  1. Start version 12.6 or 12.7 and connect to your database.
  2. Issue a CHECKPOINT command.
  3. Run sp_iqcheckdb in verify mode.
    sp_iqcheckdb 'verify database'
    If you run the procedure from Interactive SQL, redirect output to a file:
    sp_iqcheckdb 'verify database' >& filename
  4. Issue a COMMIT statement.
Note: For information on interpreting the sp_iqcheckdb results and corrective action, see System Administration Guide: Volume 1 > System Recovery and Database Repair. If you need to contact Sybase Technical Support, you must provide the output from sp_iqcheckdb.
Related tasks
Partitioning Query Server Data
Addressing Overlapping Query Server Data
Moving Local Stores With iqlsunload