Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/t-sql/functions/current-request-id-transact-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ manager: "craigg"
# CURRENT_REQUEST_ID (Transact-SQL)
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]

Returns the ID of the current request within the current session.
This function returns the ID of the current request within the current session.

![Topic link icon](../../database-engine/configure-windows/media/topic-link.gif "Topic link icon") [Transact-SQL Syntax Conventions](../../t-sql/language-elements/transact-sql-syntax-conventions-transact-sql.md)

Expand All @@ -42,7 +42,7 @@ CURRENT_REQUEST_ID()
**smallint**

## Remarks
To find exact information about the current session and current request, use @@SPID and CURRENT_REQUEST_ID(), respectively.
To find exact information about the current session, use @@SPID. For exact information about the current request, use CURRENT_REQUEST_ID().

## See also
[@@SPID (Transact-SQL)](../../t-sql/functions/spid-transact-sql.md)
Expand Down