Skip to content

Commit b483315

Browse files
committed
Changed Set-AzSqlDatabase example to use S0
1 parent f800db6 commit b483315

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Sql/Sql/help/Set-AzSqlDatabase.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ The **Set-AzSqlDatabase** cmdlet sets properties for a database in Azure SQL Dat
4242

4343
## EXAMPLES
4444

45-
### Example 1: Update a database to a Standard S2 database
45+
### Example 1: Update a database to a Standard S0 database
4646
```
47-
PS C:\>Set-AzSqlDatabase -ResourceGroupName "ResourceGroup01" -DatabaseName "Database01" -ServerName "Server01" -Edition "Standard" -RequestedServiceObjectiveName "S2"
47+
PS C:\>Set-AzSqlDatabase -ResourceGroupName "ResourceGroup01" -DatabaseName "Database01" -ServerName "Server01" -Edition "Standard" -RequestedServiceObjectiveName "S0"
4848
ResourceGroupName : ResourceGroup01
4949
ServerName : Server01
5050
DatabaseName : Database01
@@ -57,15 +57,15 @@ MaxSizeBytes : 268435456000
5757
Status : Online
5858
CreationDate : 7/3/2015 7:33:37 AM
5959
CurrentServiceObjectiveId : 455330e1-00cd-488b-b5fa-177c226f28b7
60-
CurrentServiceObjectiveName : S2
60+
CurrentServiceObjectiveName : S0
6161
RequestedServiceObjectiveId : 455330e1-00cd-488b-b5fa-177c226f28b7
6262
RequestedServiceObjectiveName :
6363
ElasticPoolName :
6464
EarliestRestoreDate :
6565
Tags :
6666
```
6767

68-
This command updates a database named Database01 to a Standard S2 database on a server named Server01.
68+
This command updates a database named Database01 to a Standard S0 database on a server named Server01.
6969

7070
### Example 2: Add a database to an elastic pool
7171
```

0 commit comments

Comments
 (0)