Skip to content

Commit 57f3d90

Browse files
authored
Format Fix for Sql Server Name
1 parent ddf6a72 commit 57f3d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azuresmps-4.0.0/Azure/Remove-AzureSqlDatabase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This command removes the database named Database01 from the Azure SQL Database s
5656
PS C:\> Remove-AzureSqlDatabase -ServerName "lpqd0zbr8y" -DatabaseName "Database01"
5757
```
5858

59-
This command removes the database named Database01 from the Azure SQL Database server namedlpqd0zbr8y.
59+
This command removes the database named Database01 from the Azure SQL Database server named lpqd0zbr8y.
6060

6161
### Example 3: Remove a database by using the pipeline
6262
```

0 commit comments

Comments
 (0)