Collection Contents Index Setting user and group options Next PDF

SQL Anywhere® Server - Database Administration  > Managing User IDs and Permissions  > Managing individual user IDs and permissions

Granting DBA and RESOURCE authority


You can grant DBA and RESOURCE authority in the same manner.

To grant RESOURCE authority to a user ID
  1. Connect to the database as the DBA.

  2. Execute the SQL statement:

    GRANT RESOURCE TO user-id;
  3. For DBA authority, the appropriate SQL statement is:

    GRANT DBA TO user-id;
    Notes

    Collection Contents Index Setting user and group options Next PDF