Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 01e071b

Browse files
committed
Adding page_resource column
1 parent f7d01c9 commit 01e071b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/relational-databases/system-compatibility-views/sys-sysprocesses-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ manager: craigg
6767
|sql_handle|**binary(20)**|Represents the currently executing batch or object.<br /><br /> **Note** This value is derived from the batch or memory address of the object. This value is not calculated by using the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] hash-based algorithm.|
6868
|stmt_start|**int**|Starting offset of the current SQL statement for the specified sql_handle.|
6969
|stmt_end|**int**|Ending offset of the current SQL statement for the specified sql_handle.<br /><br /> -1 = Current statement runs to the end of the results returned by the fn_get_sql function for the specified sql_handle.|
70-
|request_id|**int**|ID of request. Used to identify requests running in a specific session.|
70+
|request_id|**int**|ID of request. Used to identify requests running in a specific session.|
71+
|page_resource |**binary(8)** |**Applies to**: [!INCLUDE[sql-server-2019](..\includes\sssqlv15-md.md)]<br /><br /> An 8-byte hexadecimal representation of the page resource if the `waitresource` column contains a page. |
7172

7273
## Remarks
7374
If a user has VIEW SERVER STATE permission on the server, the user will see all executing sessions in the instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]; otherwise, the user will see only the current session.

0 commit comments

Comments
 (0)