Revoke REMOTE permission

Revoking a user's REMOTE permission:

  • Removes a user from the SQL Remote system.

  • Reverts that user or group to a normal user/group.

  • Unsubscribes the user or group from all publications.

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

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

  3. Right-click the remote user or group and choose Revoke Remote.

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

  2. Execute a REVOKE REMOTE statement to revoke the REMOTE permission from the current user or group. See REVOKE REMOTE statement [SQL Remote].

    For example, the following statement revokes REMOTE permission from user S_Beaulieu.

    REVOKE REMOTE FROM S_Beaulieu;
See also