You cannot drop the root login policy. You must assign users to another login policy before dropping a customized login policy.
You cannot drop a login policy if it is still assigned to a user.
To drop a login policy (Sybase Central)
Connect to the database as a user with DBA authority.
In the left pane, click Login Policies.
On the Login Policies pane, right-click a login policy and choose Delete.
Click Yes.
To drop a login policy (SQL)
Connect to the database as a user with DBA authority.
Execute a DROP LOGIN POLICY statement.
This example drops the Test1 login policy.
DROP LOGIN POLICY Test1; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |