DROP LOGICAL SERVER Statement

Drops a user-defined logical server. This statement enforces consistent shared system temporary store settings across physical nodes shared by logical servers.

Syntax

DROP LOGICAL SERVER logical-server-name  
 [ WITH STOP SERVER ]

Parameters

Applies to

Multiplex only.

Examples

Usage

SAP Sybase IQ performs the following catalog changes internally when dropping a logical server:

  • Drops all membership definitions of the logical server.

  • Drops its logical server assignment from each login policy that has an explicit assignment to the subject logical server. If it is the only logical server assigned to the login policy, SAP Sybase IQ sets the logical server assignment for the login policy to NONE.

  • Removes the logical server entry from ISYSIQ.LOGICALSERVER.

Permissions

Requires the MANAGE MULTIPLEX system privilege.

Related tasks
Dropping a Logical Server