Revoke REMOTE DBA authority

Revoking REMOTE DBA authority removes the user's ability to have full DBA authority on the database when connected from SQL Remote. See Grant REMOTE DBA authority.

Use the following procedure to revoke REMOTE DBA authority from a user.

To revoke REMOTE DBA authority (Sybase Central)
  1. Connect to the database as a user with DBA authority.

  2. In the left pane, select either the Users & Groups folder or the SQL Remote Users folder.

  3. Right-click the user and choose Properties.

  4. Click the Authorities tab and clear the Remote DBA option.

  5. Click OK.

To revoke REMOTE DBA authority (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a REVOKE REMOTE DBA statement to revoke REMOTE DBA authority from a user.

    For example:

    REVOKE REMOTE DBA FROM dbremote;
See also