Skip to content

Commit 35bc30a

Browse files
author
Amit Banerjee
authored
Rename samples/demos/mssqltiger/Showplan/HashWarning.sql to samples/demos/Showplan/HashWarning.sql
1 parent 428bf84 commit 35bc30a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/demos/mssqltiger/Showplan/HashWarning.sql renamed to samples/demos/Showplan/HashWarning.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GO
3030

3131
-- Get Actual Execution Plan
3232

33-
-- Execute the stored procedure first with parameter value ‘WA’ – which will select 1% of data.
33+
-- Execute the stored procedure first with parameter value ‘WA’ – which will select 1% of data.
3434
DBCC FREEPROCCACHE
3535
GO
3636
EXEC CustomersByState 'WA'
@@ -49,4 +49,4 @@ it is split into sub-partitions, which are also processed separately.
4949
This splitting process continues until each partition fits into available memory
5050
or until the maximum recursion level is reached.
5151
In this case it stopped at level 1.
52-
*/
52+
*/

0 commit comments

Comments
 (0)