CREATE SERVER Statement

Adds a server to the ISYSSERVER table.

Syntax

CREATE SERVER server-name 
CLASS 'server-class' 
USING 'connection-info' 
[ READ ONLY ]

Parameters

Examples

Usage

CREATE SERVER defines a remote server from the SAP Sybase IQ catalogs.

Side Effects
  • Automatic commit

Standards

  • SQL—ISO/ANSI SQL compliant.

  • Sybase—Supported by Open Client/Open Server.

Permissions

Requires the SERVER OPERATOR system privilege.