Dropping a Logical Server

Drop a user-defined logical server using Interactive SQL.

  1. Connect to the database as a user with the MANAGE MULTIPLEX system privilege.
  2. Execute a DROP LOGICAL SERVER statement.

    For example, to drop a user-defined logical server ls1:

    DROP LOGICAL SERVER ls1
Related concepts
Logical Servers Overview
Use Built-in Logical Servers
Configure Logical Server Policies
Manage Logical Server Membership
Login Policies
Related tasks
Creating a Logical Server
Altering a Logical Server
Connecting to a Logical Server
Redirecting Logins
Disabling Login Redirection
Related reference
DROP LOGICAL SERVER Statement