From 35bc30a8f63418ab5ea5984740b1773e2cede0b1 Mon Sep 17 00:00:00 2001 From: Amit Banerjee Date: Sat, 4 Feb 2017 02:26:56 -0800 Subject: [PATCH] Rename samples/demos/mssqltiger/Showplan/HashWarning.sql to samples/demos/Showplan/HashWarning.sql --- samples/demos/{mssqltiger => }/Showplan/HashWarning.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename samples/demos/{mssqltiger => }/Showplan/HashWarning.sql (89%) diff --git a/samples/demos/mssqltiger/Showplan/HashWarning.sql b/samples/demos/Showplan/HashWarning.sql similarity index 89% rename from samples/demos/mssqltiger/Showplan/HashWarning.sql rename to samples/demos/Showplan/HashWarning.sql index 3457e005..e4dec4a4 100644 --- a/samples/demos/mssqltiger/Showplan/HashWarning.sql +++ b/samples/demos/Showplan/HashWarning.sql @@ -30,7 +30,7 @@ GO -- Get Actual Execution Plan --- 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 EXEC CustomersByState 'WA' @@ -49,4 +49,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 +*/