Skip to content

Commit 02366d6

Browse files
committed
Update documentation for Query Store and SERVERPROPERTY to clarify functionality and edition details
1 parent 055392d commit 02366d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/performance/query-store-for-secondary-replicas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom:
1616
---
1717
# Query Store for readable secondaries
1818

19-
[!INCLUDE [SQL Server 2022](../../includes/applies-to-version/_ss2022.md)]
19+
[!INCLUDE [SQL Server 2022](../../includes/applies-to-version/_ss2022.md)] and later versions
2020

2121
The Query Store for readable secondaries feature enables the same Query Store functionality on secondary replica workloads that is available for primary replicas. When Query Store for secondary replicas is enabled, replicas send the query execution information that would normally be stored in the Query Store back to the primary replica. The primary replica then persists the data to disk within its own Query Store. In essence, there's one Query Store shared between the primary and all secondary replicas. The Query Store exists on the primary replica and stores data for all replicas together. Currently, Query Store for secondary replicas is available with [!INCLUDE [sql-server-2022](../../includes/sssql22-md.md)] instances configured in availability groups.
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ An expression that contains the property information to be returned for the serv
5959
| `ComputerNamePhysicalNetBIOS` | NetBIOS name of the local computer on which the instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is currently running.<br /><br />For a clustered instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] on a failover cluster, this value changes as the instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] fails over to other nodes in the failover cluster.<br /><br />On a stand-alone instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)], this value remains constant and returns the same value as the `MachineName` property.<br /><br />**Note:** If the instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] is in a failover cluster and you want to obtain the name of the failover clustered instance, use the `MachineName` property.<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **nvarchar(128)** |
6060
| `Edition` | Installed product edition of the instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)]. Use the value of this property to determine the features and the limits, such as [Compute capacity limits by edition of SQL Server](../../sql-server/compute-capacity-limits-by-edition-of-sql-server.md). 64-bit versions of the [!INCLUDE [ssDE](../../includes/ssde-md.md)] append (64-bit) to the version.<br /><br />Use the following [Edition table](#edition) to identify possible values.<br /><br />Base data type: **nvarchar(128)** |
6161
| `EditionID` | Represents the ID of the installed product edition of the [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] instance. Use the value of this property to determine features and limits, such as [Compute capacity limits by edition of SQL Server](../../sql-server/compute-capacity-limits-by-edition-of-sql-server.md).<br /><br />Use the following [Edition table](#edition) to identify possible values.<br /><br />Base data type: **bigint** |
62-
| `EngineEdition` | [!INCLUDE [ssDE](../../includes/ssde-md.md)] edition of the instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] installed on the server.<br /><br />1 = Personal or Desktop Engine (Not available in [!INCLUDE [ssVersion2005](../../includes/ssversion2005-md.md)] and later versions.)<br />2 = Standard (For Standard, Web, and Business Intelligence.)<br />3 = Enterprise (For Evaluation, Developer, and Enterprise editions.)<br />4 = Express (For Express, Express with Tools, and Express with Advanced Services)<br />5 = [!INCLUDE [ssSDS](../../includes/sssds-md.md)]<br />6 = [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)]<br />8 = [!INCLUDE [ssazuremi](../../includes/ssazuremi-md.md)]<br />9 = Azure SQL Edge (For all editions of Azure SQL Edge)<br />11 = Azure Synapse serverless SQL pool, or [!INCLUDE [fabric](../../includes/fabric.md)]<br />12 = [!INCLUDE [fabric](../../includes/fabric.md)] [!INCLUDE [fabric-se](../../includes/fabric-se.md)].<br /><br />Base data type: **int** |
62+
| `EngineEdition` | [!INCLUDE [ssDE](../../includes/ssde-md.md)] edition of the instance of [!INCLUDE [ssNoVersion](../../includes/ssnoversion-md.md)] installed on the server.<br /><br />1 = Personal or Desktop Engine (Not available in [!INCLUDE [ssVersion2005](../../includes/ssversion2005-md.md)] and later versions.)<br />2 = Standard (For Standard, Standard Developer, Web, and Business Intelligence.)<br />3 = Enterprise (For Enterprise, Enterprise Developer, Developer, and Evaluation editions.)<br />4 = Express (For Express, Express with Tools, and Express with Advanced Services)<br />5 = [!INCLUDE [ssSDS](../../includes/sssds-md.md)]<br />6 = [!INCLUDE [ssazuresynapse-md](../../includes/ssazuresynapse-md.md)]<br />8 = [!INCLUDE [ssazuremi](../../includes/ssazuremi-md.md)]<br />9 = Azure SQL Edge (For all editions of Azure SQL Edge)<br />11 = Azure Synapse serverless SQL pool, or [!INCLUDE [fabric](../../includes/fabric.md)]<br />12 = [!INCLUDE [fabric](../../includes/fabric.md)] [!INCLUDE [fabric-se](../../includes/fabric-se.md)].<br /><br />Base data type: **int** |
6363
| `FilestreamConfiguredLevel` | The configured level of FILESTREAM access. For more information, see [filestream access level](../../database-engine/configure-windows/filestream-access-level-server-configuration-option.md).<br /><br />0 = FILESTREAM is disabled<br />1 = FILESTREAM is enabled for Transact-SQL access<br />2 = FILESTREAM is enabled for Transact-SQL and local Win32 streaming access<br />3 = FILESTREAM is enabled for Transact-SQL and both local and remote Win32 streaming access.<br /><br />Base data type: **int** |
6464
| `FilestreamEffectiveLevel` | The effective level of FILESTREAM access. This value can be different than the FilestreamConfiguredLevel if the level has changed and either an instance restart or a computer restart is pending. For more information, see [filestream access level](../../database-engine/configure-windows/filestream-access-level-server-configuration-option.md).<br /><br />0 = FILESTREAM is disabled<br />1 = FILESTREAM is enabled for Transact-SQL access<br />2 = FILESTREAM is enabled for Transact-SQL and local Win32 streaming access<br />3 = FILESTREAM is enabled for Transact-SQL and both local and remote Win32 streaming access.<br /><br />Base data type: **int** |
6565
| `FilestreamShareName` | The name of the share used by FILESTREAM.<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **nvarchar(128)** |

0 commit comments

Comments
 (0)