You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$results=Invoke-DbaDiagnosticQuery-SqlInstance $TestConfig.InstanceSingle-QueryName 'File Sizes and Space','Log Space Usage'-Database $database2,$database3
81
+
$results=Invoke-DbaDiagnosticQuery-SqlInstance $TestConfig.InstanceSingle-QueryName 'File Sizes and Space','Database-scoped Configurations'-Database $database2,$database3
82
82
@($results|Where-Object { $_.Database-eq$Database }).Count | Should -Be 0
83
83
@($results|Where-Object { $_.Database-eq$Database2 }).Count | Should -Be 2
84
84
@($results|Where-Object { $_.Database-eq$Database3 }).Count | Should -Be 2
0 commit comments