You can delete a user from the database using both Sybase Central and Interactive SQL. The user being removed cannot be connected to the database during this procedure.
Deleting a user also deletes all database objects (such as tables) that they own.
Only a user with DBA authority can delete a user.
Connect to the database as a user with DBA authority.
Click Users & Groups.
Right-click a user and then choose Delete.
Click Yes.
Connect to the database as a user with DBA authority.
Execute a DROP USER statement.
Remove the user M_Haneef from the database.
DROP USER M_Haneef; |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |