Displays information about a remote server's capabilities.
The server must be defined with the CREATE SERVER statement to use this system procedure.
sp_servercaps( sname )
This procedure displays information about a remote server's capabilities. The capability information is used to determine how much of a SQL statement can be forwarded to a remote server. The ISYSCAPABILITY system table, which lists the server capabilities, is not populated until a connection is made to the first remote server.
None
None
To display information about the remote server testasa:
CALL sp_servercaps( 'testasa' );