Chapter 9 SQL Statements
511
DROP SERVER statement
Use this statement to drop a remote server from the Adaptive Server
Anywhere catalog.
DROP SERVER
server-name
Only the DBA account can delete a remote server.
Supported on Windows 95 and Windows NT only.
Automatic commit.
"CREATE SERVER statement" on page 464
DROP SERVER deletes a remote server from the Adaptive Server
Anywhere catalogs. You must drop all the proxy tables that have been
defined for the remote server before this statement will succeed.
♦ SQL/92 Entry-level feature.
♦ Sybase Supported by Open Client/Open Server.
DROP SERVER ase_prod
Function
Syntax
Permissions
Side effects
See also
Description
Standards and
compatibility
Example