Skip to content

Commit

Permalink
making it more again better demo
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Aug 19, 2023
1 parent 3700bf9 commit 6d94262
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion developing/Oslo Demo.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,13 @@ Start-DbcPowerBi -FromDatabase

# then use localhost,7401 tempdb and u:sqladmin p:dbatools.IO

# question turn off a container adn talk about hte fails?
# question turn off a container adn talk about hte fails?


## made some funky results for the Power Bi

$CheckResults = Invoke-DbcCheck -SqlInstance $Sqlinstances -SqlCredential $cred -Check Instance, Database -Show $show -legacy $false -PassThru

$CheckResults | Convert-DbcResult -Label 'DatabaseInstance' | Write-DbcTable -SqlInstance dbachecks1 -SqlCredential $cred -Database tempdb -Verbose

$CheckResults = Invoke-DbcCheck -SqlInstance $Sqlinstances -SqlCredential $cred -Check compatibilitylevel -Show $show -legacy $false -PassThru

0 comments on commit 6d94262

Please sign in to comment.