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/relational-databases/system-dynamic-management-views/sys-dm-server-services-transact-sql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: "sys.dm_server_services (Transact-SQL)"
3
-
description: sys.dm_server_services returns information about the services in the current SQL Server instance.
3
+
description: sys.dm_server_services returns information about the services in the current SQL Server instance.
4
4
author: rwestMSFT
5
5
ms.author: randolphwest
6
-
ms.date: 02/09/2024
6
+
ms.date: 09/12/2024
7
7
ms.service: sql
8
8
ms.subservice: system-objects
9
9
ms.topic: "reference"
@@ -30,7 +30,7 @@ Returns information about the [!INCLUDE [ssnoversion-md](../../includes/ssnovers
30
30
|`startup_type_desc`|**nvarchar(256)**| Describes the start mode of the service. The following are the possible values and their corresponding descriptions.<br /><br />Other: Other (boot start)<br />Other: Other (system start)<br />Automatic: Auto start<br />Manual: Demand start<br />Disabled: Disabled<br /><br />Not nullable. |
31
31
|`status`|**int**| Indicates the current status of the service. The following are the possible values and their corresponding descriptions.<br /><br />1: Stopped<br />2: Other (start pending)<br />3: Other (stop pending)<br />4: Running<br />5: Other (continue pending)<br />6: Other (pause pending)<br />7: Paused<br /><br />Nullable. |
32
32
|`status_desc`|**nvarchar(256)**| Describes the current status of the service. The following are the possible values and their corresponding descriptions.<br /><br />Stopped: The service is stopped.<br />Other (start operation pending): The service is in the process of starting.<br />Other (stop operation pending): The service is in the process of stopping.<br />Running: The service is running.<br />Other (continue operations pending): The service is in a pending state.<br />Other (pause pending): The service is in the process of pausing.<br />Paused: The service is paused.<br /><br />Not nullable. |
33
-
|`process_id`|**int**| The process ID of the service.<br /><br />Not nullable. |
33
+
|`process_id`|**int**| The process ID of the service.<br /><br />Nullable. |
34
34
|`last_startup_time`|**datetimeoffset(7)**| The date and time the service was last started. Nullable. |
35
35
|`service_account`|**nvarchar(256)**| The account authorized to control the service. This account can start or stop the service, or modify service properties.<br /><br />Not nullable. |
36
36
|`filename`|**nvarchar(256)**| The path and filename of the service executable.<br /><br />Not nullable. |
0 commit comments