mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Rename samples/demos/mssqltiger/xEvents/PerfStats_XE_Demo.sql to samples/demos/xEvents/PerfStats_XE_Demo.sql
This commit is contained in:
@ -39,4 +39,4 @@ GO
|
|||||||
-- After running query, get new signed query or query plan hash and run below to see new columns in DMV
|
-- After running query, get new signed query or query plan hash and run below to see new columns in DMV
|
||||||
SELECT * FROM sys.dm_exec_query_stats
|
SELECT * FROM sys.dm_exec_query_stats
|
||||||
WHERE CAST(query_hash AS BIGINT) = -5396503127623128976;
|
WHERE CAST(query_hash AS BIGINT) = -5396503127623128976;
|
||||||
--WHERE CAST(query_plan_hash AS BIGINT) = 3230654061787450360
|
--WHERE CAST(query_plan_hash AS BIGINT) = 3230654061787450360
|
||||||
Reference in New Issue
Block a user