Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.
In the left pane, click either the Users & Groups folder or the SQL Remote Users folder.
Right-click the user and click Properties.
Click the Authorities tab and click the Remote DBA option.
Click Apply and then click OK.
Connect to the database as a user with DBA authority.
Execute a GRANT REMOTE DBA statement to grant REMOTE DBA authority to a user.
For example:
GRANT REMOTE DBA TO dbremote IDENTIFIED BY dbremote; |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |