Skip to content

Commit 0d0b98b

Browse files
Merge pull request #33750 from twinklecyril/patch-3
Update sys-databases-transact-sql.md
2 parents cc22512 + b51080d commit 0d0b98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/system-catalog-views/sys-databases-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If a database isn't `ONLINE`, or `AUTO_CLOSE` is set to `ON` and the database is
3434
| `database_id` | **int** | ID of the database, unique within an instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)].<br /><br />In [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)], the values are unique within a logical server, and are joinable with [sys.database_service_objectives](sys-database-service-objectives-azure-sql-database.md) on the `database_id` column, but not with other system views where the `database_id` column is present. For details, see [DB_ID](../../t-sql/functions/db-id-transact-sql.md#remarks). |
3535
| `source_database_id` | **int** | Non-NULL = ID of the source database of this database snapshot.<br />NULL = Not a database snapshot. |
3636
| `owner_sid` | **varbinary(85)** | SID (Security-Identifier) of the external owner of the database, as registered to the server. For information about who can own a database, see [ALTER AUTHORIZATION for databases](../../t-sql/statements/alter-authorization-transact-sql.md#alter-authorization-for-databases). |
37-
| `create_date` | **datetime** | Date the database was created or renamed. For `tempdb`, this value changes every time the server restarts. The `create_date` does not change when a rename operation is performed on Azure SQL Database. |
37+
| `create_date` | **datetime** | Date the database was created or renamed. For `tempdb`, this value changes every time the server restarts. The `create_date` does not change when a rename operation is performed on Azure SQL Database, Warehouse and SQL analytics endpoint in Microsoft Fabric |
3838
| `compatibility_level` | **tinyint** | Integer corresponding to the version of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] for which behavior is compatible.<br /><br />70 - [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] 7.0 through [!INCLUDE [sql2008-md](../../includes/sql2008-md.md)]<br />80 - [!INCLUDE [ssVersion2000](../../includes/ssversion2000-md.md)] through [!INCLUDE [sql2008r2-md](../../includes/sql2008r2-md.md)]<br />90 - [!INCLUDE [sql2008-md](../../includes/sql2008-md.md)] through [!INCLUDE [ssSQL11](../../includes/sssql11-md.md)]<br />100 - [!INCLUDE [sql2008-md](../../includes/sql2008-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]<br />110 - [!INCLUDE [ssSQL11](../../includes/sssql11-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]<br />120 - [!INCLUDE [ssSQL14](../../includes/sssql14-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]<br />130 - [!INCLUDE [sssql16-md](../../includes/sssql16-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]<br />140 - [!INCLUDE [ssSQL17](../../includes/sssql17-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]<br />150 - [!INCLUDE [sql-server-2019](../../includes/sssql19-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)]<br />160 - [!INCLUDE [sql-server-2022](../../includes/sssql22-md.md)] and later versions, and [!INCLUDE [ssazure-sqldb](../../includes/ssazure-sqldb.md)] |
3939
| `collation_name` | **sysname** | Collation for the database. Acts as the default collation in the database.<br />NULL = Database isn't online or AUTO_CLOSE is set to ON and the database is closed. |
4040
| `user_access` | **tinyint** | User-access setting:<br />`0` = `MULTI_USER` specified<br />`1` = `SINGLE_USER` specified<br />`2` = `RESTRICTED_USER` specified |

0 commit comments

Comments
 (0)