-> We use Sp_configure almost everyday on our Database Server in On-Premise.
-> We can access Sp_configure in Managed Instance as well. But not all setting can be tweaked.
-> We will check most of the used configuration settings and see if it can be changed or not,
Name | Can be changed? |
Show Advanced Options | Yes |
Ad Hoc Distributed Queries | Yes |
allow updates | No |
automatic soft-NUMA disabled | No |
backup checksum default | Yes |
backup compression default | Yes |
blocked process threshold (s) | Yes |
clr enabled | Yes |
clr strict security | Yes |
contained database authentication | Yes |
cost threshold for parallelism | Yes |
cross db ownership chaining | Yes |
Database Mail XPs | Yes |
filestream access level | No |
fill factor (%) | No |
index create memory (KB) | Yes |
lightweight pooling | No |
locks | No |
max degree of parallelism | Yes |
max server memory (MB) | No |
max text repl size (B) | No |
max worker threads | Yes |
min memory per query (KB) | Yes |
min server memory (MB) | No |
nested triggers | Yes |
network packet size (B) | Yes |
Ole Automation Procedures | Yes |
optimize for ad hoc workloads | Yes |
priority boost | No |
recovery interval (min) | Yes |
remote admin connections | Yes |
Replication XPs | Yes |
scan for startup procs | No |
xp_cmdshell | Yes, But when you execute xp_cmdshell in query window. You will get an error “‘xp_cmdshell’ is not supported in this version of SQL Server.” |
Thank You,
Vivek Janakiraman
Disclaimer:
The views expressed on this blog are mine alone and do not reflect the views of my company or anyone else. All postings on this blog are provided “AS IS” with no warranties, and confers no rights.