June 2015
Intermediate to advanced
1800 pages
70h 6m
English
You can implement policies that check for SQL Server best practices. For example, databases can be configured with the autoclose and autoshrink options. Although these options have their place on some systems, they are not recommended to be enabled in production environments because the autoclose option causes a time delay while a closed database is opened by the first connection trying to access it. This can lead to timeouts and overall performance degradation. The autoshrink option can lead to fragmentation and is in general not recommended. A policy can check for these settings and other settings to ensure that all your databases are following best practices.
Read now
Unlock full access