Skip to content

Commit 2d72489

Browse files
committed
Merge pull request #46 from Microsoft/jodebrui
updates to DB generation scripts and readme
2 parents b3cb205 + 9409b44 commit 2d72489

File tree

9 files changed

+1554
-1531
lines changed

9 files changed

+1554
-1531
lines changed

samples/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Sample Categories
22

3+
__[applications] (applications/)__
4+
5+
End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.
6+
7+
__[databases] (databases/)__
8+
9+
Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
10+
311
__[features] (features/)__
412

5-
Contains samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.
13+
Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.
14+
15+
__[management] (management/)__
16+
17+
Samples that help with the management of SQL Server and Azure SQL Database.

samples/databases/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Contains samples databases for Microsoft's SQL databases include SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.
44

5-
__[world-wide-importers](world-wide-importers/)__
5+
__[wide-world-importers](wide-world-importers/)__
66

7-
The new sample database for SQL Server 2016 and Azure SQL Database. It illustrates best practices in database design, as well as the core capabilities of SQL Server 2016 and Azure SQL Database, for transaction processing (OLTP), data warehousing and analytics (OLAP) workloads, as well as hybrid transaction and analytics processing (HTAP) workloads.
7+
The new sample database for SQL Server 2016 and Azure SQL Database. It illustrates the core capabilities of SQL Server 2016 and Azure SQL Database, for transaction processing (OLTP), data warehousing and analytics (OLAP) workloads, as well as hybrid transaction and analytics processing (HTAP) workloads.
88

99
__[contoso-data-warehouse](contoso-data-warehouse/)__
1010

samples/databases/wide-world-importers/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ WideWorldImporters is a wholesale company. Transactions and real-time analytics
66

77
The sample includes the databases that can be explored, as well as sample applications and sample scripts that can be used to explore the use of individual SQL Server features in the sample database.
88

9+
**Latest release**: [wide-world-importers-v0.1](https://github.com/Microsoft/sql-server-samples/releases/tag/wide-world-importers-v0.1)
10+
11+
**Documentation**: [root.md](documentation/root.md)
12+
913
### Contents
1014

1115
[About this sample](#about-this-sample)<br/>

samples/databases/wide-world-importers/documentation/root.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Wide World Importers is a comprehensive database sample that both illustrates da
44

55
Note that the sample is meant to be representative of a typical database. It does not include every feature of SQL Server. The design of the database follows one common set of standards, but there are many ways one might build a database.
66

7-
The source code for the sample can be found on the SQL Server Samples GitHub repository:
8-
[wide-world-importers](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers).
9-
10-
The latest released version of the sample:
7+
**Latest release**:
118
[wide-world-importers-v0.1](https://github.com/Microsoft/sql-server-samples/releases/tag/wide-world-importers-v0.1)
129

10+
**Source code for the sample**:
11+
[wide-world-importers](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers).
12+
1313
The documentation for the sample is organized as follows:
1414

1515
## Overview
-29.5 KB
Binary file not shown.

samples/databases/wide-world-importers/wwi-database-scripts/2-wwi-construct-database-from-metadata-tables.sql

Lines changed: 166 additions & 156 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)