Skip to content

Commit 6d94262

Browse files
making it more again better demo
1 parent 3700bf9 commit 6d94262

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

developing/Oslo Demo.ps1

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,13 @@ Start-DbcPowerBi -FromDatabase
9797

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

100-
# question turn off a container adn talk about hte fails?
100+
# question turn off a container adn talk about hte fails?
101+
102+
103+
## made some funky results for the Power Bi
104+
105+
$CheckResults = Invoke-DbcCheck -SqlInstance $Sqlinstances -SqlCredential $cred -Check Instance, Database -Show $show -legacy $false -PassThru
106+
107+
$CheckResults | Convert-DbcResult -Label 'DatabaseInstance' | Write-DbcTable -SqlInstance dbachecks1 -SqlCredential $cred -Database tempdb -Verbose
108+
109+
$CheckResults = Invoke-DbcCheck -SqlInstance $Sqlinstances -SqlCredential $cred -Check compatibilitylevel -Show $show -legacy $false -PassThru

0 commit comments

Comments
 (0)