SalesBuy
1-855-856-7678
Technical SupportSupport
Lists the number, type, and duration of databases on the Microsoft SQL Database server. The sys.database_usage view is specific to Windows Azure SQL Database and is not supported in on-premise SQL Server.
The sys.database_usage view contains the following fields:
| Column Name | Description |
|---|---|
|
time |
The date when the usage events occurred. |
|
sku |
The type of database, either Business for the Business Edition or Web for the Web Edition. |
|
quantity |
The maximum number of databases of an SKU type that existed during that day. |
Read-only access to this view is available to all users with permissions to connect to the master database.
The sys.database_usage view returns one row for each day of your subscription.