Revoking Table Permissions

Revoke table access permissions from users, groups, or roles.

Table owners and database owners can revoke database object permissions from a table.

  1. In the Perspective Resources view, select the server on which the table resides, then click the drop-down arrow next to the server name and select Administration Console.
  2. In the left pane of the Administration Console, expand ASE Servers > Schema Objects > Tables, then choose one of the following:
    • User Tables
    • Proxy Tables
  3. Select the table that contains the permissions to revoke.
  4. Select Properties.
  5. Select Permissions.
  6. Select the grantee, then click Revoke to revoke access permissions to the object.
    In the Revoke Permissions wizard, each type of permission and the current granted permissions are shown in cells.
  7. Choose one of:
    • Revoke all permission.
    • Individual cells to revoke the currently granted permissions. The cell changes to show an "x", indicating that the permission type is no longer granted.
  8. (Optional) Click Preview to see the SQL statements for your command.
Related tasks
Granting Table Permissions