July 2018
Beginner
552 pages
13h 18m
English
Alright, we now have working tests for our SQL server health; we can customize it to suite the environment. So, what do we do with the data?
Well, dbachecks is a tool designed by data people. People who routinely build reports for their bosses and think in statistics. So, how about exporting the results to PowerBI for better data manipulation and analysis?
Take a look at the following code:
# Import current configurationImport-DbcConfig -Path C:\dbachecks_config\production_config.json -Temporary# Run all tests and export dataInvoke-DbcCheck -AllChecks -Show Fails -PassThru | Update-DbcPowerBiDataSource -Environment Production# Start ...
Read now
Unlock full access