Contents Index DROP SERVER statement DROP STATEMENT statement [ESQL]

ASA SQL Reference
  SQL Statements

DROP SERVICE statement


Description 

Use this statement to permit a database server to act as a web server.

Syntax 

DROP SERVICE service-name

Usage 

This statement deletes a web service.

Permissions 

Must have DBA authority.

Side affects 

None.

See also 

ALTER SERVICE statement, CREATE SERVICE statement

Example 

To drop a web service named tables, execute the following statement:

CREATE SERVICE tables

Contents Index DROP SERVER statement DROP STATEMENT statement [ESQL]