DROP USER
Delete a SQL user, when the CUSTOM SQL engine authentication is active.
Syntax
CODE
DROP USER [UserName];
Parameters
UserName
The name of the user to delete.
Delete a SQL user, when the CUSTOM SQL engine authentication is active.
DROP USER [UserName];
The name of the user to delete.