Validate a table

You must have either DBA or VALIDATE authority to validate a table.

 To check the validity of a table (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, double-click Tables.

  3. Right-click the table and choose Validate.

  4. Click OK.

 To check the validity of a table (SQL)
  • Execute the VALIDATE TABLE statement:

    VALIDATE TABLE table-name;
 Notes