Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Statements

DROP SERVER statement Next Page

DROP SERVICE statement


Use this statement to drop a web service.

Syntax

DROP SERVICE service-name

Remarks

This statement deletes a web service listed in the ISYSWEBSERVICE system table.

Permissions

Must have DBA authority.

Side effects

None.

See also
Example

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

DROP SERVICE tables;