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
Queries that use the built-in `SESSION_CONTEXT` function might return incorrect results or trigger access violation (AV) dumps when executed in parallel query plans. This issue stems from the way `SESSION_CONTEXT` interacts with parallel execution threads, particularly when the session is reset for reuse.
10
+
Queries that use the built-in `SESSION_CONTEXT` function might return incorrect results or trigger access violation (AV) dump files when run in parallel query plans. This issue occurs because of the manner in which `SESSION_CONTEXT` interacts with parallel execution threads, particularly if the session is reset for reuse.
11
11
12
12
For more information, see the [Known issues](/sql/t-sql/functions/session-context-transact-sql#known-issues) section in `SESSION_CONTEXT`.
0 commit comments