Use this statement to drop a login policy.
DROP LOGIN POLICY policy-name
policy-name The name of the login policy.
The statement fails if you drop a policy that is assigned to a user. You cannot drop the root login policy. Use the ALTER USER statement to change a user's policy assignment. See ALTER USER statement.
Must have DBA authority.
None.
SQL/2003 Vendor extension.
The following example creates a login policy, Test11, and then deletes it.
CREATE LOGIN POLICY Test11; DROP LOGIN POLICY Test11; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |