We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ab919 commit 2ec28f4Copy full SHA for 2ec28f4
1 file changed
docs/relational-databases/system-dynamic-management-views/sys-dm-exec-compute-nodes-transact-sql.md
@@ -35,7 +35,7 @@ monikerRange: ">=aps-pdw-2016||=azure-sqldw-latest||>=sql-server-2016||=sqlallpr
35
|compute_node_id|**int**|Unique numeric id associated with the node. Key for this view.|Unique across scale-out cluster regardless of type.|
36
|type|**nvarchar(32)**|Type of the node.|'COMPUTE', 'HEAD'|
37
|name|**nvarchar(32)**|Logical name of the node.|Any string of appropriate length.|
38
-|address|**nvarchar(32)**|P address of this node.|IP address range|
+|address|**nvarchar(32)**|IP address of this node.|IP address range|
39
40
## See Also
41
[PolyBase troubleshooting with dynamic management views](https://msdn.microsoft.com/library/ce9078b7-a750-4f47-b23e-90b83b783d80)
0 commit comments