sp_iqdroplogin Procedure

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

Parameters

Parameter

Description

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')
Related reference
sp_iqaddlogin Procedure