You can revoke an integrated login privilege using the REVOKE statement.
Prerequisites
You must have the MANAGE ANY USER system privilege.
Connect to the database.
Execute a REVOKE INTEGRATED LOGIN FROM statement.
Example
The following SQL statement removes integrated login privilege from the Windows user pchin.
REVOKE INTEGRATED LOGIN FROM pchin; |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |