Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - Database Administration » SQL Anywhere database connections » Database connections » Windows integrated logins

 

Revoking an integrated login privilege (SQL)

You can revoke an integrated login privilege using the REVOKE statement.

Prerequisites

You must have the MANAGE ANY USER system privilege.

 Task
  1. Connect to the database.

  2. Execute a REVOKE INTEGRATED LOGIN FROM statement.

Results

The integrate login privilege is revoked.

Example

The following SQL statement removes integrated login privilege from the Windows user pchin.

REVOKE INTEGRATED LOGIN
FROM pchin;

 See also