qua_set_default_federator#
Configures federator for an agent, which is a synonym for the Querona instance. Given connection will be new federator for a designated agent.
Syntax#
qua_set_default_federator 'connectionName', 'agentName' [;]
Arguments#
‘connectionName’
Name of connection that is to be new federator.
‘agentName’
Name of existing Querona instance in the cluster for which to configure a new default federator. Those names can be found in
.Example#
Sets federator for Root agent to AdventureWorksDW_conn connection.
EXEC qua_set_default_federator @connectionName = 'AdventureWorksDW_conn', @agentName = 'Root';