Skip to content

Commit

Permalink
correcting spelling of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmelton authored and potatoqualitee committed May 11, 2017
1 parent 3793db0 commit 05c1946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Copy-DbaQueryStoreConfig.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Copy the Query Store configuration of the AdventureWorks database in the ServerA
}

# We have to exclude all the system databases since they cannot have the Query Store feature enabled
$dbs = Get-DbaDatabase -SqlInstance $desetServer -NoSystemDb
$dbs = Get-DbaDatabase -SqlInstance $destServer -NoSystemDb

if ($DestinationDatabase.count -gt 0) {
$dbs = $dbs | Where-Object { $DestinationDatabase -contains $_.Name }
Expand Down

0 comments on commit 05c1946

Please sign in to comment.