If you create a user account and do not assign a login policy, they are assigned the root login policy.
To create a new user and assign a login policy (Sybase Central)
Connect to the database as a user with DBA authority.
Right-click Users & Groups and choose New » User.
The Create User Wizard appears.
Follow the instructions in the wizard.
To create a new user and assign a login policy (SQL)
Connect to the database as a user with DBA authority.
Execute a CREATE USER statement.
This example creates a user called SQLTester with the password "welcome" and assigns the Test1 login policy.
CREATE USER SQLTester IDENTIFIED BY welcome LOGIN POLICY Test1; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |