DISCONNECT

The DISCONNECT statement ends one or more connections for unprotected conversations.  You may specify a server name, the current connection of the activation group, or all of the existing connections of the activation group.

Example:

The connection to NEWYORK is no longer needed. The following statement is executed after a commit
operation.

DISCONNECT NEWYORK

The current connection is no longer needed.

DISCONNECT CURRENT

All existing connections are no longer needed.

DISCONNECT ALL

For more information, see DISCONNECT in the SQL Reference topic in the Information CenterLink to Information center.