DROP SERVER statement

Description

Drops a remote server from the Sybase IQ system tables.

Syntax

DROP SERVER server-name

Examples

Example 1

DROP SERVER ase_prod

Usage

Before DROP SERVER succeeds, you must drop all the proxy tables that have been defined for the remote server.


Side effects

Automatic commit.

Standards

Permissions

Only the DBA account can delete a remote server.

See also

CREATE SERVER statement