Adding connections to a connection group

After you add the new connection group, specify the connections that belong to it. For each connection you add:

exec sgw_addcontogrp group_name, con_name

where:

Re-execute sgw_addcontogrp for each connection you want to add to the group.

Example

To add the connection named “SYBLU01” to the “FINANCE” connection group:

exec sgw_addcontogrp FINANCE, SYBLU01 
go