From 5e2ae92fd021400a6ccb0ff410f4705c3ee03e67 Mon Sep 17 00:00:00 2001 From: Amit Banerjee Date: Sat, 4 Feb 2017 02:29:23 -0800 Subject: [PATCH] Rename samples/demos/mssqltiger/xEvents/HashWarning.sql to samples/demos/xEvents/HashWarning.sql --- samples/demos/{mssqltiger => }/xEvents/HashWarning.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename samples/demos/{mssqltiger => }/xEvents/HashWarning.sql (93%) diff --git a/samples/demos/mssqltiger/xEvents/HashWarning.sql b/samples/demos/xEvents/HashWarning.sql similarity index 93% rename from samples/demos/mssqltiger/xEvents/HashWarning.sql rename to samples/demos/xEvents/HashWarning.sql index 44744d99..559e8b37 100644 --- a/samples/demos/mssqltiger/xEvents/HashWarning.sql +++ b/samples/demos/xEvents/HashWarning.sql @@ -42,7 +42,7 @@ ADD TARGET package0.event_file(SET filename=N'C:\IP\Tiger\TR23\Demos\Demo 1.1 - WITH (MAX_MEMORY=4096 KB,EVENT_RETENTION_MODE=ALLOW_SINGLE_EVENT_LOSS,MAX_DISPATCH_LATENCY=30 SECONDS,MAX_EVENT_SIZE=0 KB,MEMORY_PARTITION_MODE=NONE,TRACK_CAUSALITY=OFF,STARTUP_STATE=OFF) GO ---Execute the stored procedure first with parameter value ‘WA’ – which will select 1% of data. +--Execute the stored procedure first with parameter value ‘WA’ – which will select 1% of data. DBCC FREEPROCCACHE GO ALTER EVENT SESSION [HashSpills] ON SERVER STATE = START @@ -65,4 +65,4 @@ it is split into sub-partitions, which are also processed separately. This splitting process continues until each partition fits into available memory or until the maximum recursion level is reached. In this case it stopped at level 1. -*/ \ No newline at end of file +*/