Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion samples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Sample Categories

__[applications] (applications/)__

End-to-end sample applications that illustrate the use of SQL Server for specific application scenarios.

__[databases] (databases/)__

Sample databases for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse.

__[features] (features/)__

Contains samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.
Samples illustrating specific SQL Server and Azure SQL Database features, including In-Memory OLTP, Master Data Services (MDS), and R Services.

__[management] (management/)__

Samples that help with the management of SQL Server and Azure SQL Database.
4 changes: 2 additions & 2 deletions samples/databases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

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

__[world-wide-importers](world-wide-importers/)__
__[wide-world-importers](wide-world-importers/)__

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

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

Expand Down
4 changes: 4 additions & 0 deletions samples/databases/wide-world-importers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ WideWorldImporters is a wholesale company. Transactions and real-time analytics

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.

**Latest release**: [wide-world-importers-v0.1](https://github.com/Microsoft/sql-server-samples/releases/tag/wide-world-importers-v0.1)

**Documentation**: [root.md](documentation/root.md)

### Contents

[About this sample](#about-this-sample)<br/>
Expand Down
8 changes: 4 additions & 4 deletions samples/databases/wide-world-importers/documentation/root.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ Wide World Importers is a comprehensive database sample that both illustrates da

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.

The source code for the sample can be found on the SQL Server Samples GitHub repository:
[wide-world-importers](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers).

The latest released version of the sample:
**Latest release**:
[wide-world-importers-v0.1](https://github.com/Microsoft/sql-server-samples/releases/tag/wide-world-importers-v0.1)

**Source code for the sample**:
[wide-world-importers](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers).

The documentation for the sample is organized as follows:

## Overview
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Loading