This article explains how to get server-wide configuration option values in the system.In total, there are 64 configurations in SQL Server. See the screenshots below.The following is the description of columns used in configuration:
Syntax:SELECT * FROM sys.configurationsOUTPUTConfiguring CLR integrationNow we are going to configure the CLR, by enabling it.sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'clr enabled', 1;GORECONFIGURE;GODisabling sp_configure 'show advanced options', 1;GORECONFIGURE;GOsp_configure 'clr enabled', 0;GORECONFIGURE;GOQuery:SELECT * FROM sys.configurations WHERE name = 'clr enabled'OUTPUT:Thanks for reading this article.
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: