Skip to content

Commit df909f7

Browse files
20250929 hyperscale applicability
1 parent 6002e8e commit df909f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/functions/databasepropertyex-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "DATABASEPROPERTYEX returns the current setting of the specified da
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: wiassaf
7-
ms.date: 09/26/2025
7+
ms.date: 09/29/2025
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -93,7 +93,7 @@ An expression specifying the name of the database property to return. *property*
9393
| `Updateability` |Indicates whether data can be modified.|`READ_ONLY`: Database supports data reads but not data modifications.<br /><br /> `READ_WRITE`: Database supports data reads and modifications.<br /><br /> Base data type: **nvarchar(128)**|
9494
| `UserAccess` |Indicates which users can access the database.|`SINGLE_USER`: Only one db_owner, dbcreator, or sysadmin user at a time<br /><br /> `RESTRICTED_USER`: Only members of db_owner, dbcreator, or sysadmin roles<br /><br /> `MULTI_USER`: All users<br /><br /> Base data type: **nvarchar(128)**|
9595
| `Version` |Internal version number of the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] code with which the database was created. [!INCLUDE[ssInternalOnly](../../includes/ssinternalonly-md.md)]|Version number: Database is open.<br /><br /> `NULL`: Database hasn't started.<br /><br /> Base data type: **int**|
96-
| `ReplicaID` |The replica ID of a connected hyperscale database/replica. |**Applies to**: Azure SQL Database and SQL database in Fabric.<br /><br /> It will only returns replica ID of a connected hyperscale database/replica. To learn more about replica types, see [Hyperscale secondary replicas](/azure/azure-sql/database/service-tier-hyperscale-replicas).<br /><br /> `NULL`: It is not a hyperscale database or the database isn't started.<br /><br /> Base data type: **nvarchar(128)**|
96+
| `ReplicaID` |The replica ID of a connected hyperscale database/replica. |**Applies to**: Azure SQL Database Hyperscale.<br /><br /> It will only returns replica ID of a connected Hyperscale database/replica. To learn more about replica types, see [Hyperscale secondary replicas](/azure/azure-sql/database/service-tier-hyperscale-replicas).<br /><br /> `NULL`: It is not a hyperscale database or the database isn't started.<br /><br /> Base data type: **nvarchar(128)**|
9797

9898
<br />
9999

0 commit comments

Comments
 (0)