Delete Remote Servers

Use the DROP SERVER statement to delete a remote server from the ISYSSERVER system table.

All remote tables defined on that server must already be dropped for this action to succeed.

Example

This statement drops the server named RemoteSA:

DROP SERVER RemoteSA;
Related reference
DROP SERVER Statement