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.
1 parent ddf6a72 commit 57f3d90Copy full SHA for 57f3d90
azuresmps-4.0.0/Azure/Remove-AzureSqlDatabase.md
@@ -56,7 +56,7 @@ This command removes the database named Database01 from the Azure SQL Database s
56
PS C:\> Remove-AzureSqlDatabase -ServerName "lpqd0zbr8y" -DatabaseName "Database01"
57
```
58
59
-This command removes the database named Database01 from the Azure SQL Database server namedlpqd0zbr8y.
+This command removes the database named Database01 from the Azure SQL Database server named lpqd0zbr8y.
60
61
### Example 3: Remove a database by using the pipeline
62
0 commit comments