Skip to content

Commit c8abb5a

Browse files
committed
Learn Editor: Update view-databases.md
1 parent 27b850f commit c8abb5a

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

docs/sql-server/azure-arc/view-databases.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,7 @@ resources
114114
| summarize count() by tostring(SQLversion)
115115
```
116116

117-
### Scenario 7: SQL Server by version, edition, and license type
118-
119-
```kusto
120-
resources
121-
| where type == 'microsoft.azurearcdata/sqlserverinstances'
122-
| extend SQLversion = properties.version
123-
| extend SQLedition = properties.edition
124-
| extend licenseType = properties.licenseType
125-
| project name, SQLversion, SQLedition, licenseType
126-
```
127-
128-
### Scenario 8: Show a count of databases by compatibility
117+
### Scenario 7: Show a count of databases by compatibility
129118

130119
This example returns the number of databases, ordered by the compatibility level:
131120

0 commit comments

Comments
 (0)