Skip to content

Commit 61f5352

Browse files
author
Amit Banerjee
authored
Rename samples/demos/mssqltiger/xEvents/PerfStats_XE_Demo.sql to samples/demos/xEvents/PerfStats_XE_Demo.sql
1 parent d4938de commit 61f5352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/demos/mssqltiger/xEvents/PerfStats_XE_Demo.sql renamed to samples/demos/xEvents/PerfStats_XE_Demo.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ GO
3939
-- After running query, get new signed query or query plan hash and run below to see new columns in DMV
4040
SELECT * FROM sys.dm_exec_query_stats
4141
WHERE CAST(query_hash AS BIGINT) = -5396503127623128976;
42-
--WHERE CAST(query_plan_hash AS BIGINT) = 3230654061787450360
42+
--WHERE CAST(query_plan_hash AS BIGINT) = 3230654061787450360

0 commit comments

Comments
 (0)