Dropping a login policy

 Drop a login policy (Sybase Central)
Note

You cannot drop a login policy if it is still assigned to a user.

You must assign users to another login policy before dropping a customized login policy.

  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, click Login Policies.

  3. On the Login Policies pane, right-click a login policy and click Delete.

  4. Click Yes.

 Drop a login policy (SQL)
Note

You cannot drop a login policy if it is still assigned to a user.

You must assign users to another login policy before dropping a customized login policy.

  1. Connect to the database as a user with DBA authority.

  2. Execute a DROP LOGIN POLICY statement.

 See also
 Example