Collection Contents Previous Next PDF

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 effects 

None.

See also 
Example 

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

CREATE SERVICE tables

Collection Contents Previous Next PDF