File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -97,4 +97,13 @@ Start-DbcPowerBi -FromDatabase
97
97
98
98
# then use localhost,7401 tempdb and u:sqladmin p:dbatools.IO
99
99
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
You can’t perform that action at this time.
0 commit comments