July 2018
Beginner
552 pages
13h 18m
English
No environment is exactly the same as any other environment, and thus one glove cannot fit all. For this, there is the configuration system, which allows the user to change any setting as desired:
Get-DbcConfig
For example, there is the popular dba procedure called WhoIsActive. Per default, dbachecks will test in relevant checks whether this procedure was installed on the master database. This is often the case, and thus, the baseline.
If, however, your organization prefers storing administrative procedures in a dedicated dba database, you will want to update this setting accordingly:
Set-DbcConfig -Name policy.whoisactive.database -Value dba
This setting will not only be immediately applied, the local computer will remember ...
Read now
Unlock full access