You can remove an integrated login mapping using either Sybase Central or Interactive SQL.
To revoke an integrated login permission (Sybase Central)
Connect to the database as a user with DBA authority.
Open the Login Mappings folder.
In the right pane, select the login mapping you want to remove, and then choose File » Delete.
To revoke an integrated login permission (SQL)
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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |