sp_iqdroplogin procedure

Function

Drops a Sybase IQ user account.

Syntax1

call sp_iqdroplogin (‘userid’)

Syntax2

sp_iqdroploginuserid

Syntax3

sp_iqdroplogin userid

Syntax4

sp_iqdroplogin (‘userid’)

Permissions

DBA authority required. Users without DBA authority must be granted EXECUTE permission to run the stored procedure.

Usage

userid User ID of the user to drop.

Description

sp_iqdroplogin drops the specified user.

Examples

The following stored procedure calls remove the user rose.

sp_iqdroplogin 'rose'
sp_iqdroplogin rose
call sp_iqdroplogin ('rose')

See also

“sp_iqaddlogin procedure”

REVOKE statement in Reference: Statements and Options

Chapter 8, “Managing User IDs and Permissions,” in System Administration Guide: Volume 1