Drops a Sybase IQ user account.
Syntax1
call 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
ParametersParameter
|
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.
call sp_iqdroplogin ('rose')