Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 2.44 KB

File metadata and controls

45 lines (39 loc) · 2.44 KB
title SQL Server, External Scripts Object | Microsoft Docs
ms.custom
ms.date 03/21/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
database-engine
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
TSQL
helpviewer_keywords
External Scripts object
SQLServer:External Scripts
ms.assetid 8a75ccce-b174-4937-bc92-8e413b55afe1
caps.latest.revision 7
author BYHAM
ms.author rickbyh
manager jhubbard

SQL Server, External Scripts Object

[!INCLUDEtsql-appliesto-ss2016-xxxx-xxxx-xxx_md]

The SQLServer:External Scripts object in [!INCLUDEssNoVersion] provides counters to monitor the actions associated with executing external scripts. For information about executing external scripts, see sp_execute_external_script (Transact-SQL).

This table describes the [!INCLUDEssNoVersion] External Scripts counters.

SQL Server External Scripts counters Description
Execution Errors The number of errors in executing external scripts.
Implied Auth. Logins The number of logins from satellite processes authenticated by using implied authentication.
Parallel Executions The number of external scripts executed with @parallel = 1.
SQL CC Executions The number of external scripts executed using SQL Compute Context.
Streaming Executions The number of external scripts executed with the @r_rowsPerRead parameter.
Total Execution Time (ms) The total time spent in executing external scripts.
Total Executions The number of external scripts executed.

See Also

Monitor Resource Usage (System Monitor)
sys.resource_governor_external_resource_pools (Transact-SQL)
sys.dm_resource_governor_external_resource_pool_affinity (Transact-SQL)