Revokes REMOTE DBA authority from a user ID.
REVOKE REMOTE DBA FROM userid, ...
In MobiLink, REMOTE DBA authority is a level of permission required by the SQL Anywhere synchronization client (dbmlsync).
In SQL Remote, REMOTE DBA authority enables the SQL Remote Message Agent to have full access to the database to make any changes contained in the messages, while avoiding security problems associated with distributing DBA user IDs passwords.
DBA authority
Automatic commit.
SQL/2008 Vendor extension.
The following statement revokes REMOTE DBA permission from user S_Beaulieu.
REVOKE REMOTE DBA FROM S_Beaulieu; |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |