Object permissions govern access to database objects. When assigning permissions to a group on an object, object owners can either update the group or the object. This topic describes assigning permissions by updating database groups. For information about assigning permissions by updating database objects, see the description of each object in its respective topic.
Granting or revoking object permissions
Select the group icon, then choose File | Properties.
Select the Object Permissions tab.
Initially, the tab shows tables. You can also select procedures, extended stored procedures, or views from the Permissions For list.
To grant or revoke a permission on an object, click in the grid box for the object and type of permission. Continue clicking in the box to cycle through the options:
Grant
Revoke
No permissions
You can grant execute permission for stored procedures, views, extended stored procedures. For tables and views, you can grant the following types of permissions:
Sel – permission to select a table or view
Ins – permission to insert a row
Upd – permission to update a row
Del – permission to delete a row
Ref – permission to create referential constraints
Decrypt – permission to descrypt a row
You can grant Sel and Alter Key permission on encrytion keys.
When you make a permission change for the group, the Changed column displays a check mark or deletes a check mark, indicating that you have altered the original settings.
Object owners can assign object permissions on groups they own.