We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e825349 + faddb90 commit ddaea11Copy full SHA for ddaea11
functions/Remove-DbaAgDatabase.ps1
@@ -53,7 +53,7 @@ function Remove-DbaAgDatabase {
53
Removes all databases from the ag1 and ag2 availability groups on sqlserver2012. Does not prompt for confirmation.
54
55
.EXAMPLE
56
- PS C:\> Remove-DbaAgDatabase -SqlInstance sqlserver2012 -AvailabilityGroup ag1 -Databsase pubs -Confirm:$false
+ PS C:\> Remove-DbaAgDatabase -SqlInstance sqlserver2012 -AvailabilityGroup ag1 -Database pubs -Confirm:$false
57
58
Removes the pubs database from the ag1 availability group on sqlserver2012. Does not prompt for confirmation.
59
@@ -116,4 +116,4 @@ function Remove-DbaAgDatabase {
116
}
117
118
119
-}
+}
0 commit comments