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

Commit d746f20

Browse files
authored
Merge pull request #8316 from PiJoCoder/patch-2
Not available in SQL 2014 , only 2016
2 parents c8e49eb + 075834c commit d746f20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/system-dynamic-management-views/sys-dm-exec-query-statistics-xml-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sys.dm_exec_query_statistics_xml(session_id)
4949
|query_plan|**xml**|Showplan XML with partial statistics. Nullable.|
5050

5151
## 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)
5353

5454
This system function works under both **standard** and **lightweight** query execution statistics profiling infrastructure.
5555

@@ -58,7 +58,7 @@ This system function works under both **standard** and **lightweight** query exe
5858
- [SET STATISTICS PROFILE ON](../../t-sql/statements/set-statistics-profile-transact-sql.md)
5959
- the `query_post_execution_showplan` extended event.
6060

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:
6262
- Globally by using trace flag 7412.
6363
- Using the [*query_thread_profile*](https://support.microsoft.com/kb/3170113) extended event.
6464

0 commit comments

Comments
 (0)