File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ The **Set-AzSqlDatabase** cmdlet sets properties for a database in Azure SQL Dat
42
42
43
43
## EXAMPLES
44
44
45
- ### Example 1: Update a database to a Standard S2 database
45
+ ### Example 1: Update a database to a Standard S0 database
46
46
```
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 "
48
48
ResourceGroupName : ResourceGroup01
49
49
ServerName : Server01
50
50
DatabaseName : Database01
@@ -57,15 +57,15 @@ MaxSizeBytes : 268435456000
57
57
Status : Online
58
58
CreationDate : 7/3/2015 7:33:37 AM
59
59
CurrentServiceObjectiveId : 455330e1-00cd-488b-b5fa-177c226f28b7
60
- CurrentServiceObjectiveName : S2
60
+ CurrentServiceObjectiveName : S0
61
61
RequestedServiceObjectiveId : 455330e1-00cd-488b-b5fa-177c226f28b7
62
62
RequestedServiceObjectiveName :
63
63
ElasticPoolName :
64
64
EarliestRestoreDate :
65
65
Tags :
66
66
```
67
67
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.
69
69
70
70
### Example 2: Add a database to an elastic pool
71
71
```
You can’t perform that action at this time.
0 commit comments