If you do not assign users to a login policy you create, they are assigned the root login policy.
To create a login policy (Sybase Central)
Connect to the database as a user with DBA authority.
Right-click Login Policies and then choose New » Login Policy.
The Create Login Policy Wizard appears.
Follow the instructions in the wizard.
To create a login policy (SQL)
Connect to the database as a user with DBA authority.
Execute a CREATE LOGIN POLICY statement. If you specify a login policy that already exists, the statement fails.
This example creates the Test1 login policy with option values.
CREATE LOGIN POLICY Test1; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |