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
(1578,"EKM provider enabled",0,0,1,0,"Enable or disable EKM provider",true,true),
1342
+
(1579,"backup compression default",0,0,1,0,"Enable compression of backups by default",true,false),
1343
+
(1580,"filestream access level",0,0,2,0,"Sets the FILESTREAM access level",true,false),
1344
+
(1581,"optimize for ad hoc workloads",0,0,1,0,"When this option is set, plan cache size is further reduced for single-use adhoc OLTP workload.",true,true),
1345
+
(1582,"access check cache bucket count",0,0,65536,0,"Default hash bucket count for the access check result security cache",true,true),
1346
+
(1583,"access check cache quota",0,0,2147483647,0,"Default quota for the access check result security cache",true,true),
1347
+
(1584,"backup checksum default",0,0,1,0,"Enable checksum of backups by default",true,false),
1348
+
(1585,"automatic soft-NUMA disabled",0,0,1,0,"Automatic soft-NUMA is enabled by default",false,true),
1349
+
(1586,"external scripts enabled",0,0,1,0,"Allows execution of external scripts",true,false),
1350
+
(1587,"clr strict security",1,0,1,1,"CLR strict security enabled in the server",true,true),
1351
+
(1588,"column encryption enclave type",0,0,2,0,"Type of enclave used for computations on encrypted columns",false,false),
1352
+
(1589,"tempdb metadata memory-optimized",0,0,1,0,"Tempdb metadata memory-optimized is disabled by default.",false,true),
(1593,"version high part of SQL Server",1114112,-2147483648,2147483647,1114112,"version high part of SQL Server that model database copied for",true,true),
1356
+
(1594,"version low part of SQL Server",73072641,-2147483648,2147483647,73072641,"version low part of SQL Server that model database copied for",true,true),
1357
+
(1595,"Data processed daily limit in TB",2147483647,0,2147483647,2147483647,"SQL On-demand data processed daily limit in TB",true,false),
1358
+
(1596,"Data processed weekly limit in TB",2147483647,0,2147483647,2147483647,"SQL On-demand data processed weekly limit in TB",true,false),
1359
+
(1597,"Data processed monthly limit in TB",2147483647,0,2147483647,2147483647,"SQL On-demand data processed monthly limit in TB",true,false),
1360
+
(1598,"ADR Cleaner Thread Count",1,1,32767,1,"Max number of threads ADR cleaner can assign.",true,true),
1361
+
(1599,"hardware offload enabled",0,0,1,0,"Enable hardware offloading on the server",false,true),
(1610,"max UCS send boxcars",256,256,2048,256,"Maximum number of UCS boxcars for sending messages.",false,true),
1369
+
(1611,"availability group commit time (ms)",0,0,10,0,"Configure availability group commit time in milliseconds for SQL Server only.",true,true),
1370
+
(1612,"tiered memory enabled",0,0,1,0,"tiered memory memory-optimized is disabled by default.",false,true),
1371
+
(1613,"max server tiered memory (MB)",2147483647,0,2147483647,2147483647,"Maximum size of server tiered memory (MB)",false,true),
1372
+
(16384,"Agent XPs",0,0,1,0,"Enable or disable Agent XPs",true,true),
1373
+
(16386,"Database Mail XPs",0,0,1,0,"Enable or disable Database Mail XPs",true,true),
1374
+
(16387,"SMO and DMO XPs",1,0,1,1,"Enable or disable SMO and DMO XPs",true,true),
1375
+
(16388,"Ole Automation Procedures",0,0,1,0,"Enable or disable Ole Automation Procedures",true,true),
1376
+
(16390,"xp_cmdshell",0,0,1,0,"Enable or disable command shell",true,true),
1377
+
(16391,"Ad Hoc Distributed Queries",0,0,1,0,"Enable or disable Ad Hoc Distributed Queries",true,true),
1378
+
(16392,"Replication XPs",0,0,1,0,"Enable or disable Replication XPs",true,true),
1379
+
(16393,"contained database authentication",0,0,1,0,"Enables contained databases and contained authentication",true,false),
1380
+
(16394,"hadoop connectivity",0,0,8,0,"Configure SQL Server to connect to external Hadoop or Microsoft Azure storage blob data sources through PolyBase",true,false),
1381
+
(16395,"polybase network encryption",1,0,1,1,"Configure SQL Server to encrypt control and data channels when using PolyBase",true,false),
1382
+
(16396,"remote data archive",0,0,1,0,"Allow the use of the REMOTE_DATA_ARCHIVE data access for databases",true,false),
1383
+
(16397,"allow polybase export",0,0,1,0,"Allows writing into an external table using PolyBase",true,false),
1384
+
(16398,"allow filesystem enumeration",1,0,1,1,"Allow enumeration of filesystem",true,true),
1385
+
(16399,"polybase enabled",0,0,1,0,"Configure SQL Server to connect to external data sources through PolyBase",true,false),
1386
+
(16400,"suppress recovery model errors",0,0,1,0,"Return warning instead of error for unsupported ALTER DATABASE SET RECOVERY command",true,true),
1387
+
(16401,"openrowset auto_create_statistics",1,0,1,1,"Enable or disable auto create statistics for openrowset sources.",true,true),
1388
+
(16402,"external rest endpoint enabled",0,0,1,0,"Enable or disable invocations of external REST endpoints",true,false),
1389
+
(16403,"external xtp dll gen util enabled",0,0,1,0,"Enable or disable using external xtp dll generation via HkDllGen.exe",true,false),
1390
+
(16404,"external AI runtimes enabled",0,0,1,0,"Enable or disable using external AI runtimes",true,false),
1391
+
(16405,"allow server scoped db credentials",0,0,1,0,"Enable or disable use of server managed identity in database scoped credentials",true,false),
1392
+
];
1393
+
1394
+
/// <summary>
1395
+
/// The 106 rows projected by <c>sys.configurations</c>, materialized once
1396
+
/// from <see cref="ConfigurationData"/> since server-configuration
1397
+
/// metadata is fixed static catalog data (matching how the other
1398
+
/// constant-row catalog views reuse a shared array). Independent of the
1399
+
/// database argument — <c>sys.configurations</c> is server-scoped.
0 commit comments