Revoke CONSOLIDATE permission

When you revoke CONSOLIDATE permission from a user, SQL Anywhere:

  • Removes the user from the SQL Remote system.

  • Reverts that user or group to a normal user/group.

  • Unsubscribes the user or group from all publications.

 Revoke CONSOLIDATE permission (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. Expand either the Users & Groups folder or the SQL Remote Users folder.

  3. Right-click the consolidated user or group and click Revoke Consolidated.

  4. Click Yes.

 Revoke CONSOLIDATE permission (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a REVOKE CONSOLIDATE statement to revoke CONSOLIDATE permission from the current user or group.

    For example:

    REVOKE CONSOLIDATE FROM Cons_User;
 See also