Skip to content

Commit 1c142eb

Browse files
authored
Merge pull request MicrosoftDocs#603 from fbsolo/patch-33
Update current-request-id-transact-sql.md
2 parents dbdb5ff + 4b15056 commit 1c142eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/t-sql/functions/current-request-id-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ manager: "craigg"
2828
# CURRENT_REQUEST_ID (Transact-SQL)
2929
[!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)]
3030

31-
Returns the ID of the current request within the current session.
31+
This function returns the ID of the current request within the current session.
3232

3333
![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)
3434

@@ -42,7 +42,7 @@ CURRENT_REQUEST_ID()
4242
**smallint**
4343

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

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

0 commit comments

Comments
 (0)