sp_iqdroplogin Procedure

Drops an SAP Sybase IQ user account.

Syntax1

call sp_iqdroplogin (‘userid’)

Syntax2

sp_iqdroploginuserid

Syntax3

sp_iqdroplogin userid

Syntax4

sp_iqdroplogin (‘userid’)

Privileges

Requires the MANAGE ANY USER system privilege. Users without MANAGE ANY USER system privilege must be granted EXECUTE permission.

Usage

Parameters

Parameter

Description

userid

ID of the user to drop.

Description

sp_iqdroplogin drops the specified user.

Examples

These commands all remove the user rose:

sp_iqdroplogin 'rose'
sp_iqdroplogin rose
call sp_iqdroplogin ('rose')
Related reference
sp_iqaddlogin Procedure