SDU Tools: SQL Server System Configurations and What's Changed
When I first start working with any SQL Server system, one of the first things I want to look at is how the server has been configured.
More particularly, what I’m interested in is:
What has been changed from the default value?
None of the standard SQL Server system views, however, provides me with this info. We do have the sys.configurations view. It shows you the configurations and what’s been chosen, but it doesn’t show you what the default value was:
2018-04-11