sys.sp_polybase_join_group
general #stored-procedure
Description
2016 (13.x) and later versions Adds a SQL Server instance as a compute node to a PolyBase group for scale-out computation. The SQL Server instance must have the feature installed. PolyBase enables the integration of non-SQL Server data sources, such as Hadoop and Azure Blob Storage. See also The name of the machine that hosts the SQL Server head node of the PolyBase scale-out
Syntax
sp_polybase_join_group (
@head_node_address =
N
'head_node_address'
, @dms_control_channel_port = dms_control_channel_port
, @head_node_sql_server_instance_name =
'head_node_sql_server_instance_name'
)
[ ; ]