Administrators can use Interactive SQL to delete directory access servers.
Prerequisites
DBA authority.
Context and remarks
You cannot alter an existing directory access server: you must drop the existing directory access server using a DROP SERVER statement, and then create a new one.
Connect to the host database.
Execute a DROP SERVER statement.
For example:
DROP SERVER my_directory_server; |
Dropping proxy tables (Sybase Central)
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |