Skip to content

Commit 139b9de

Browse files
committed
Merge remote-tracking branch 'refs/remotes/Microsoft/master'
2 parents 514b966 + 9be8d97 commit 139b9de

File tree

307 files changed

+28883
-1856
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

307 files changed

+28883
-1856
lines changed

media/features/json-in-table.png

27.1 KB
Loading

samples/databases/contoso-data-warehouse/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contoso Retail Data Warehose
1+
# Contoso Retail Data Warehouse
22

33
Loads data from a public Azure Storage Blob into the Contoso Retail Data Warehouse schema in Azure SQL Data Warehouse.
44

samples/demos/BelgradeProductCatalogDemo/app.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.

0 commit comments

Comments
 (0)