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:
@ -30,7 +30,7 @@ GO
|
|||||||
|
|
||||||
-- Get Actual Execution Plan
|
-- 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
|
DBCC FREEPROCCACHE
|
||||||
GO
|
GO
|
||||||
EXEC CustomersByState 'WA'
|
EXEC CustomersByState 'WA'
|
||||||
Reference in New Issue
Block a user