Dropping connections from a connection group

To remove connections from a connection group:

exec sgw_dropconfromgrp group_name, con_name

where:

Example

To delete the connection named “SYBLU01” from the connection group named “FINANCE”:

exec sgw_dropconfromgrp FINANCE, SYBLU01 
go