COMMENT ON LOGICAL SERVER Statement

Comments on the user-defined logical server.

Syntax

COMMENT ON LOGICAL SERVER logical-server-name IS 'comment'

Examples

  • Example – This example creates a comment on a user-defined logical server ls1.
    COMMENT ON LOGICAL SERVER ls1 IS ‘ls1: Primary
    Logical Server’;

Usage

Applies to multiplex only.

Permissions

Must have DBA or MPX ADMIN authority.