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 » System Procedures » System procedures

sp_remote_tables system procedure Next Page

sp_servercaps system procedure


Displays information about a remote server's capabilities.

The server must be defined with the CREATE SERVER statement to use this system procedure.

Syntax

sp_servercaps( @sname )

Arguments
Remarks

This procedure displays information about a remote server's capabilities. SQL Anywhere uses this capability information to determine how much of a SQL statement can be forwarded to a remote server. The system tables that contain server capabilities (ISYSCAPABILITY and ISYSCAPABILITYNAME) are not populated until after SQL Anywhere first connects to the remote server.

Standards and compatibility
Permissions

None

Side effects

None

See also
Example

To display information about the remote server testasa:

CALL sp_servercaps( 'testasa' );