Skip to content

Commit 8c532ff

Browse files
Merge pull request #36284 from sergten/docs-editor/serverproperty-transact-sql-1768618184
Update serverproperty-transact-sql.md
2 parents 57afe5b + 3531b9f commit 8c532ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ An expression that contains the property information to be returned for the serv
6666
| `HadrManagerStatus` | Indicates whether the [!INCLUDE [ssHADR](../../includes/sshadr-md.md)] manager has started.<br /><br />0 = Not started, pending communication.<br />1 = Started and running.<br />2 = Not started and failed.<br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **int** |
6767
| `InstanceDefaultBackupPath` | Name of the default path to the instance backup files.<br /><br />**Applies to**: [!INCLUDE [sssql19-md](../../includes/sssql19-md.md)] and later versions.<br /><br />Base data type: **nvarchar(128)** |
6868
| `InstanceDefaultDataPath` | Name of the default path to the instance data files.<br /><br />**Applies to**: [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)].<br /><br />Base data type: **nvarchar(128)** |
69-
| `InstanceDefaultLogPath` | Name of the default path to the instance log files.<br /><br />**Applies to**: [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)].<br /><br />Base data type: **nvarchar(128)** |
69+
| `InstanceDefaultLogPath` | Name of the default path to the instance transaction log files.<br /><br />**Applies to**: [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)].<br /><br />Base data type: **nvarchar(128)** |
7070
| `InstanceName` | Name of the instance to which the user is connected.<br /><br />Returns `NULL` if the instance name is the default instance, if the input isn't valid, or error.<br /><br />NULL = Input isn't valid, an error, or not applicable.<br /><br />Base data type: **nvarchar(128)** |
7171
| `IsAdvancedAnalyticsInstalled` | Returns 1 if the Advanced Analytics feature was installed during setup; 0 if Advanced Analytics wasn't installed.<br /><br />Base data type: **int** |
7272
| `IsBigDataCluster` | Introduced in [!INCLUDE [ssSQL2019](../../includes/sssql19-md.md)] beginning with CU 4.<br /><br />Returns 1 if the instance is [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Big Data Cluster; 0 if not.<br /><br />Base data type: **int** |

0 commit comments

Comments
 (0)