You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/t-sql/functions/serverproperty-transact-sql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ An expression that contains the property information to be returned for the serv
66
66
|`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**|
67
67
|`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)**|
68
68
|`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)**|
70
70
|`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)**|
71
71
|`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**|
72
72
|`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