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
Copy file name to clipboardExpand all lines: docs/relational-databases/system-dynamic-management-views/sys-dm-exec-query-statistics-xml-transact-sql.md
|query_plan|**xml**|Showplan XML with partial statistics. Nullable.|
50
50
51
51
## Remarks
52
-
This system function is available starting with [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] SP1.
52
+
This system function is available starting with [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] SP1. See KB [3190871](https://support.microsoft.com/en-us/help/3190871)
53
53
54
54
This system function works under both **standard** and **lightweight** query execution statistics profiling infrastructure.
55
55
@@ -58,7 +58,7 @@ This system function works under both **standard** and **lightweight** query exe
- the `query_post_execution_showplan` extended event.
60
60
61
-
**Lightweight** statistics profiling infrastructure is available in [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] SP2 and [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] and can be enabled:
61
+
**Lightweight** statistics profiling infrastructure is available in [!INCLUDE[ssSQL15](../../includes/sssql15-md.md)] SP1 and can be enabled:
62
62
- Globally by using trace flag 7412.
63
63
- Using the [*query_thread_profile*](https://support.microsoft.com/kb/3170113) extended event.
0 commit comments