Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.53 KB

File metadata and controls

39 lines (31 loc) · 1.53 KB
title SQL Server, CLR object
description Learn about the SQLServer:CLR object, which provides counters to monitor common language runtime execution in Microsoft SQL Server.
ms.custom
ms.date 07/12/2021
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology performance
ms.topic conceptual
helpviewer_keywords
SQLServer:CLR
CLR object [SQL Server]
author WilliamDAssafMSFT
ms.author wiassaf

SQL Server, CLR object

[!INCLUDE SQL Server] The SQLServer:CLR object provides counters to monitor common language runtime (CLR) execution in [!INCLUDEmsCoName] [!INCLUDEssNoVersion].

The following table describes the [!INCLUDEssNoVersion] CLR counters.

CLR counters Description
CLR Execution Total execution time in CLR (microseconds)

Example

You begin to explore the query performance counters in this object using this T-SQL query on the sys.dm_os_performance_counters dynamic management view:

SELECT * FROM sys.dm_os_performance_counters
WHERE object_name LIKE '%CLR%';

See also

Monitor Resource Usage (System Monitor)