diff --git a/samples/demos/mssqltiger/LQS/Live Query Stats - Own Session.sql b/samples/demos/LQS/Live Query Stats - Own Session.sql similarity index 97% rename from samples/demos/mssqltiger/LQS/Live Query Stats - Own Session.sql rename to samples/demos/LQS/Live Query Stats - Own Session.sql index 1c6e0b65..c0a6a749 100644 --- a/samples/demos/mssqltiger/LQS/Live Query Stats - Own Session.sql +++ b/samples/demos/LQS/Live Query Stats - Own Session.sql @@ -58,4 +58,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 \ No newline at end of file +GO