User Documentation
Ispirer Capabilities - Sybase Migration
Pricing
Sybase ASE - Logins and Users
Versions: Sybase ASE 15.x, 12.5.x, 12.0 and 11.x
| Logins | |
|---|---|
| Description | Login is required to access Adaptive Server instance (not databases running on this instance). See Adding Users below to enable database access |
| How to use | sp_addlogin system procedure is used to create new logins Syntax (not complete): sp_addlogin login_name, password [, default_database] |
| Users | |
|---|---|
| Description | You have to add users to enable logins to access databases |
| How to use | sp_adduser system procedure is used to add users to the current database Syntax (not complete): sp_adduser login_name |