We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4938de commit 61f5352Copy full SHA for 61f5352
samples/demos/mssqltiger/xEvents/PerfStats_XE_Demo.sql renamed to samples/demos/xEvents/PerfStats_XE_Demo.sql
@@ -39,4 +39,4 @@ GO
39
-- After running query, get new signed query or query plan hash and run below to see new columns in DMV
40
SELECT * FROM sys.dm_exec_query_stats
41
WHERE CAST(query_hash AS BIGINT) = -5396503127623128976;
42
---WHERE CAST(query_plan_hash AS BIGINT) = 3230654061787450360
+--WHERE CAST(query_plan_hash AS BIGINT) = 3230654061787450360
0 commit comments