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

Commit cea0593

Browse files
authored
Merge pull request #5642 from aharpervc/patch-1
Remove unnecessary "in" prefix
2 parents a5970a7 + a2875e2 commit cea0593

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/functions/context-info-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ CONTEXT_INFO()
4242
The **context_info** value.
4343

4444
If **context_info** was not set:
45-
- In [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] returns NULL.
46-
- In [!INCLUDE[ssSDS](../../includes/sssds-md.md)] returns a unique session-specific GUID.
45+
- [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] returns NULL.
46+
- [!INCLUDE[ssSDS](../../includes/sssds-md.md)] returns a unique session-specific GUID.
4747

4848
## Remarks
4949
The Multiple Active Result Sets (MARS) feature enables applications to run multiple batches, or requests, at the same time, on the same connection. When one of the MARS connection batches runs SET CONTEXT_INFO, the `CONTEXT_INFO` function returns the new context value, when the `CONTEXT_INFO` function runs in the same batch as the SET statement. If the `CONTEXT_INFO` function runs in one or more of the other connection batches, the `CONTEXT_FUNCTION` does not return the new value unless those batches started after completion of the batch that ran the SET statement.

0 commit comments

Comments
 (0)