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/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

View File

@ -59,4 +59,4 @@ GO
INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID INNER JOIN Person.Person AS p ON h.CustomerID = p.BusinessEntityID
INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID INNER JOIN Production.Product AS pr ON d.ProductID = pr.ProductID
) SELECT * FROM Prices; ) SELECT * FROM Prices;
GO GO