Managing Individual User IDs and Permissions

Before you manage groups, you should understand user permissions. You can grant permissions to users and create new users using Interactive SQL and Sybase Central.

For most databases, the bulk of permission management should be carried out using groups, rather than by assigning permissions to individual users one at a time. However, because groups are simply a user ID with special properties attached, you should read and understand this section before moving on to the discussion of managing groups.

Using IQ Stored Procedures to Manage Users

You can also create new users using IQ system procedures. You must use those procedures to add users and modify their passwords and other login capabilities, in order to manage those users with the Sybase IQ Login Management facility.

To add and modify users with Sybase IQ Login Management, use the system procedures for user account and connection management.

To grant users permissions on database objects, you must still use the commands and procedures described in the rest of this section.

Using ASE Stored Procedures to Manage Users

This chapter explains how to manage users and groups using Interactive SQL and Sybase Central. You can perform many of the same tasks using Adaptive Server Enterprise-compatible stored procedures. If you have previously used Adaptive Server Enterprise or pre-Version 12.0 Sybase IQ, you may prefer to use these stored procedures. See Reference: Building Blocks, Tables, and Procedures. The ASE stored procedures do not let you use the Sybase IQ Login Management facilities for limiting connections.

Related concepts
User Account and Connection Management
Group Management