The tenant table
The tenant table in the sysadmin database contains information about the tenant databases.
Column | Type | Description |
---|---|---|
tenant_id | int | The unique ID of the tenant database. |
tenant_dbsname | varchar(128) | The name of the tenant database. |
tenant_resources | bson | The properties of the tenant database and the state of the
tenant. Cast this column to JSON to view the information. |
tenant_last_updated | datetime year to second | The time stamp of the last configuration change to the tenant database. |
tenant_comment | lvarchar(2048) | Comments about the tenant database. |