You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.