Open Sybase Central.
Connect to the database as a user with DBA authority.
In the left pane, clickLogin Mappings.
In the right pane, right-click the login mapping you want to remove and click Delete.
Click Yes.
Connect to the database as a user with DBA authority.
Execute a REVOKE INTEGRATED LOGIN FROM statement.
The following SQL statement removes integrated login permission from the Windows user pchin.
REVOKE INTEGRATED LOGIN FROM pchin; |
See REVOKE statement.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |