Skip to content

Commit f93f674

Browse files
authored
Merge pull request #9353 from VladDBA/patch-1
Update serverproperty-transact-sql.md
2 parents 56c64a5 + e0d0e88 commit f93f674

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ An expression that contains the property information to be returned for the serv
5858
| `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 />Returns:<br /><br />'Enterprise Edition'<br /><br />'Enterprise Edition: Core-based Licensing'<br /><br />'Enterprise Evaluation Edition'<br /><br />'Business Intelligence Edition'<br /><br />'Developer Edition'<br /><br />'Express Edition'<br /><br />'Express Edition with Advanced Services'<br /><br />'Standard Edition'<br /><br />'Web Edition'<br /><br />'SQL Azure' indicates [!INCLUDE[ssSDS](../../includes/sssds-md.md)] or [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)]<br /><br />'Azure SQL Edge Developer' indicates the development only edition for Azure SQL Edge<br /><br />'Azure SQL Edge' indicates the paid edition for Azure SQL Edge<br /><br />Base data type: **nvarchar(128)** |
5959
| `EditionID` | EditionID represents the installed product edition of the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. 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 />1804890536 = Enterprise<br /><br />1872460670 = Enterprise Edition: Core-based Licensing<br /><br />610778273 = Enterprise Evaluation<br /><br />284895786 = Business Intelligence<br /><br />-2117995310 = Developer<br /><br />-1592396055 = Express<br /><br />-133711905 = Express with Advanced Services<br /><br />-1534726760 = Standard<br /><br />1293598313 = Web<br /><br />1674378470 = [!INCLUDE[ssSDS](../../includes/sssds-md.md)] or [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)]<br /><br />-1461570097 = Azure SQL Edge Developer<br /><br />1994083197 = Azure SQL Edge<br /><br />Base data type: **bigint** |
6060
| `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 /><br />2 = Standard (For Standard, Web, and Business Intelligence.)<br /><br />3 = Enterprise (For Evaluation, Developer, and Enterprise editions.)<br /><br />4 = Express (For Express, Express with Tools, and Express with Advanced Services)<br /><br />5 = [!INCLUDE[ssSDS](../../includes/sssds-md.md)]<br /><br />6 = [!INCLUDE[ssazuresynapse-md](../../includes/ssazuresynapse-md.md)]<br /><br />8 = [!INCLUDE[ssSDSMIfull](../../includes/sssdsmifull-md.md)]<br /><br />9 = Azure SQL Edge (For all editions of Azure SQL Edge)<br /><br />11 = Azure Synapse serverless SQL pool<br /><br />Base data type: **int** |
61-
| `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 />Base data type: **int** |
62-
| `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 />Base data type: **int** |
61+
| `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 /><br />1 = FILESTREAM is enabled for Transact-SQL access<br /><br />2 = FILESTREAM is enabled for Transact-SQL and local Win32 streaming access<br /><br />3 = FILESTREAM is enabled for Transact-SQL and both local and remote Win32 streaming access<br /><br />Base data type: **int** |
62+
| `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 /><br />1 = FILESTREAM is enabled for Transact-SQL access<br /><br />2 = FILESTREAM is enabled for Transact-SQL and local Win32 streaming access<br /><br />3 = FILESTREAM is enabled for Transact-SQL and both local and remote Win32 streaming access<br /><br />Base data type: **int** |
6363
| `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)** |
6464
| `HadrManagerStatus` | **Applies to**: [!INCLUDE[ssSQL11](../../includes/sssql11-md.md)] and later.<br /><br />Indicates whether the [!INCLUDE[ssHADR](../../includes/sshadr-md.md)] manager has started.<br /><br />0 = Not started, pending communication.<br /><br />1 = Started and running.<br /><br />2 = Not started and failed.<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **int** |
6565
| `InstanceDefaultBackupPath` | **Applies to**: [!INCLUDE[ssSQL2019](../../includes/sssql19-md.md)] and later.<br /><br />Name of the default path to the instance backup files. |

0 commit comments

Comments
 (0)