Dropping a Logical Server Using Interactive SQL

Drop a user-defined logical server using Interactive SQL.

  1. Connect to the database as a user with DBA or MPX ADMIN authority.
  2. Execute a DROP LOGICAL SERVER statement.

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

    DROP LOGICAL SERVER ls1
Related reference
DROP LOGICAL SERVER Statement