You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: View information about the WideWorldImporters and AdventureWorks sample databases, Azure samples and templates, and code samples for Microsoft SQL products.
4
-
ms.date: "04/04/2018"
5
-
ms.reviewer: ""
4
+
author: MashaMSFT
5
+
ms.author: mathoma
6
+
ms.reviewer: randolphwest
7
+
ms.date: 10/20/2022
6
8
ms.prod: sql
7
-
ms.prod_service: sql
8
9
ms.technology: samples
9
10
ms.topic: conceptual
10
-
author: MashaMSFT
11
-
ms.author: mathoma
12
11
---
13
12
# SQL samples
14
13
@@ -18,36 +17,29 @@ Locations of sample databases and code samples for Microsoft SQL products.
18
17
19
18
## SQL samples repository
20
19
21
-
Code samples for SQL products are in the [Microsoft SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository. Each sample includes a README file that explains how to run and use the sample. The main README for the samples repository explains how to contribute.
20
+
Code samples for SQL products are in the [Microsoft SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository. Each sample includes a README file that explains how to run and use the sample. The main README for the samples repository explains how to contribute.
22
21
23
22
The samples and templates are all licensed under the MIT license. See the license.txt file in the root.
24
23
25
24
Email questions to: sqlserversamples@microsoft.com.
26
25
27
-
28
26
## WideWorldImporters sample database
29
27
30
-
WideWorldImporters (WWI) is a sample database that showcases database design using current features, tools and design techniques. WideWorldImporters downloads include an OLTP and an OLAP database which are built to run on SQL Server 2016 and later.
31
-
32
-
The database downloads and samples are in the [SQL Server samples](https://github.com/Microsoft/sql-server-samples) GitHub repository.
28
+
WideWorldImporters (WWI) is a sample database that showcases database design using current features, tools and design techniques. WideWorldImporters downloads include an OLTP and an OLAP database, which are built to run on SQL Server 2016 and later.
33
29
30
+
The database downloads and samples are in the [SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository.
34
31
35
-
-[WideWorldImporters readme and samples](https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers) on GitHub.
32
+
-[WideWorldImporters readme and samples](https://github.com/microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers) on GitHub.
36
33
37
34
-[Tutorial: Load WideWorldImportersDW to Azure Synapse Analytics](/azure/sql-data-warehouse/load-data-wideworldimportersdw)
38
35
39
-
40
36
## AdventureWorks sample database
41
37
42
-
AdventureWorks databases can be found on the [installation](adventureworks-install-configure.md) page or directly within the [SQL Server samples](https://github.com/Microsoft/sql-server-samples) GitHub repository.
43
-
38
+
AdventureWorks databases can be found on the [installation](adventureworks-install-configure.md) page or directly within the [SQL Server samples](https://github.com/microsoft/sql-server-samples) GitHub repository.
44
39
45
40
## Azure samples and templates
46
-
There are a number of Microsoft Azure code samples and examples available on Github in .NET, Java, Python, Node.js, PHP and Ruby. Additionally, Azure Resource Manager allows you to provision your applications using a declarative template. In a single template, you can deploy multiple services along with their dependencies. You use the same template to repeatedly deploy your application during every stage of the application lifecycle.
There are several Azure code samples and examples available on GitHub in .NET, Java, Python, Node.js, PHP and Ruby. Additionally, Azure Resource Manager allows you to provision your applications using a declarative template. In a single template, you can deploy multiple services along with their dependencies. You use the same template to repeatedly deploy your application during every stage of the application lifecycle.
0 commit comments