Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 2.67 KB

File metadata and controls

52 lines (47 loc) · 2.67 KB

title: "sys.dm_exec_external_operations (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/15/2017" ms.prod: "sql" ms.prod_service: "database-engine, sql-data-warehouse, pdw" ms.service: "" ms.component: "dmv's" ms.reviewer: "" ms.suite: "sql" ms.technology:

  • "database-engine" ms.tgt_pltfrm: "" ms.topic: "language-reference" f1_keywords:
  • "DM_EXEC_EXTERNAL_OPERATIONS_TSQL"
  • "DM_EXEC_EXTERNAL_OPERATIONS"
  • "SYS.DM_EXEC_EXTERNAL_OPERATIONS_TSQL" dev_langs:
  • "TSQL" helpviewer_keywords:
  • "PolyBase,views"
  • "PolyBase"
  • "sys.dm_exec_external_operations management view"
  • "dm_exec_external_operations management view" ms.assetid: d268217a-85b8-4b7f-9cd1-87865eba2be1 caps.latest.revision: 8 author: "stevestein" ms.author: "sstein" manager: "craigg" ms.workload: "Inactive" monikerRange: ">= aps-pdw-2016 || = azure-sqldw-latest || >= sql-server-2016 || = sqlallproducts-allversions"

sys.dm_exec_external_operations (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2016-xxxx-asdw-pdw-md]

Captures information about external PolyBase operations.

Column Name Data Type Description Range
execution_id nvarchar(32) Unique query identifier associated with PolyBase query See ID in sys.dm_exec_requests (Transact-SQL)
step_index int Index of the query step See step_index in sys.dm_exec_distributed_request_steps (Transact-SQL)
operation_ type nvarchar(128) Describes a Hadoop operation or other external operation ‘External Hadoop Operation’
operation_ name nvarchar(4000) Indicates how the status of job in percentage (how much is the input consumed) 0-1 – multiplied by factor 100 (completed)
map_ progress float Indicates how the status of a reduce job in percentage, if any 0-1 – multiplied by factor 100 (completed)

See Also

PolyBase troubleshooting with dynamic management views
Dynamic Management Views and Functions (Transact-SQL)
Database Related Dynamic Management Views (Transact-SQL)