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.
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.
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; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |