1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

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

This commit is contained in:
Amit Banerjee
2017-02-04 02:26:56 -08:00
committed by GitHub
parent 428bf845eb
commit 35bc30a8f6

View File

@ -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.
*/
*/