SQL Server: How to check if CLR is enabled? January 13, 2023 by Tarik SELECT * FROM sys.configurations WHERE name="clr enabled"