Change table permissions

You can grant and revoke permissions on a table. You can grant the permission to specific users, groups or roles, or you can grant the permission using the with grant option so the recipient can also grant the permission to other users. You can revoke the permission from specific users, groups or roles, or you can revoke the permission using the with cascade option to revoke it from the named user and all users who acquired the permission from the current user (directly or indirectly).

Privileges

A table owner can grant and revoke object permissions on a table.

StepsSetting table permissions

  1. Select the table icon, then choose File | Properties.

  2. Click the Permissions tab.

  3. From the Permissions For list, select Users, Groups, or Roles.

  4. You can grant these permission types for tables:

  5. To grant or revoke permissions, click in one of the columns for the user, group, or role you have chosen. The permissions cycle through the options listed on the Legend.

NoteSybase Central reports on permissions explicitly granted or revoked and those that users obtain by being members in a group. It does not show permissions associated with having a role, such as sa_role, associated with their logins.