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

This commit is contained in:
Amit Banerjee
2017-02-04 02:17:41 -08:00
committed by GitHub
parent a5b3a0a93a
commit 47e97570b6
@@ -59,4 +59,4 @@ GO
INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID
INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID
) SELECT * FROM Prices;
GO
GO