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:
@ -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
|
||||||
Reference in New Issue
Block a user