To alter a login policy (Sybase Central)
Connect to the database as a user with DBA authority.
In the left pane, click Login Policies.
In the right pane, right-click a login policy and choose Properties.
Alter the login policy value.
Click OK.
To alter a login policy (SQL)
Connect to the database as a user with DBA authority.
Execute an ALTER LOGIN POLICY statement.
This example creates overrides in the Test1 login policy for the locked and max_connections values.
ALTER LOGIN POLICY Test1 locked=on max_connections=5; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |