Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sp_Blitz - some default configs may be missing #23

Closed
BrentOzar opened this issue Jul 16, 2014 · 1 comment
Closed

sp_Blitz - some default configs may be missing #23

BrentOzar opened this issue Jul 16, 2014 · 1 comment

Comments

@BrentOzar
Copy link
Member

Hi Brent,

for some config values there are no records in #ConfigurationDefaults.

When running below script on my SQL Server 2014 I get 6 configs that
are not in #ConfigurationDefaults (blocked process threshold (s),
common criteria compliance enabled, EKM provider enabled, backup
compression default, filestream access level, backup checksum
default).

For backup compression default there is another check.
Maybe all the others a new with SQL Server 2014?

select sc.*
from #ConfigurationDefaults cd
right join sys.configurations sc
on cd.name = sc.name
where cd.name is null;

best regards
Tobias Ortmann tobias.ortmann@gmail.com

@BrentOzar
Copy link
Member Author

Fixed in v44.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant