Skip to content

Commit f4ea23e

Browse files
author
Amit Banerjee
authored
Merge pull request microsoft#184 from Microsoft/amitmsft-patch-3
Amitmsft patch 3
2 parents a5b3a0a + 61f5352 commit f4ea23e

23 files changed

+2099
-12
lines changed

samples/demos/mssqltiger/LQS/Live Query Stats - Activity Monitor.sql renamed to samples/demos/LQS/Live Query Stats - Activity Monitor.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ GO
5959
INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID
6060
INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID
6161
) SELECT * FROM Prices;
62-
GO
62+
GO

samples/demos/mssqltiger/LQS/Live Query Stats - Own Session.sql renamed to samples/demos/LQS/Live Query Stats - Own Session.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ GO
5858
INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID
5959
INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID
6060
) SELECT * FROM Prices;
61-
GO
61+
GO
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

samples/demos/Plan-Comparison/Offline/Compare1_Plan1_Slow.sqlplan

Lines changed: 1074 additions & 0 deletions
Large diffs are not rendered by default.

samples/demos/Plan-Comparison/Offline/Compare1_Plan2_Fast.sqlplan

Lines changed: 1015 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

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)